JenkinsFile

This commit is contained in:
Marco Santos
2024-09-27 18:40:30 +01:00
parent f88eb65384
commit ba1130b65a
9 changed files with 94 additions and 28 deletions

View File

@@ -1,9 +1,9 @@
version: "3"
version: "3.8"
services:
geradoresws:
build: .
ports:
- "5000:8080"
- "5050:8080"
networks:
- app-network
@@ -14,7 +14,7 @@ services:
depends_on:
- geradoresws
environment:
- REACT_APP_API_URL=http://localhost:5000/
- REACT_APP_API_URL=http://localhost:5050/
networks:
- app-network