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