refactor: tiny polish
remove useless ports add space Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
stages:
|
stages:
|
||||||
- gateway-build
|
- gateway-build
|
||||||
|
|
||||||
- web-app-build
|
- web-app-build
|
||||||
- web-app-tests
|
- web-app-tests
|
||||||
|
|
||||||
|
|||||||
@@ -22,8 +22,6 @@ services:
|
|||||||
image: registry.forge.hefr.ch/team-raclette/project-softweng/gateway:latest
|
image: registry.forge.hefr.ch/team-raclette/project-softweng/gateway:latest
|
||||||
container_name: gateway
|
container_name: gateway
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
|
||||||
- "8080:8080"
|
|
||||||
environment:
|
environment:
|
||||||
- INFLUXDB_TOKEN=$INFLUXDB_TOKEN
|
- INFLUXDB_TOKEN=$INFLUXDB_TOKEN
|
||||||
- INFLUXDB_ORG=$INFLUXDB_ORG
|
- INFLUXDB_ORG=$INFLUXDB_ORG
|
||||||
@@ -105,9 +103,6 @@ services:
|
|||||||
image: registry.forge.hefr.ch/team-raclette/project-softweng/web-app:latest
|
image: registry.forge.hefr.ch/team-raclette/project-softweng/web-app:latest
|
||||||
container_name: web-app
|
container_name: web-app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
|
||||||
- "8080:8080"
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- VUE_APP_REST_USER=$REST_USERNAME
|
- VUE_APP_REST_USER=$REST_USERNAME
|
||||||
- VUE_APP_REST_PASSWORD=$REST_PASSWORD
|
- VUE_APP_REST_PASSWORD=$REST_PASSWORD
|
||||||
|
|||||||
Reference in New Issue
Block a user