refactor: tiny polish

remove useless ports
add space

Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
2025-06-24 20:48:11 +02:00
parent 25c999d143
commit c103e8c6b4
2 changed files with 1 additions and 5 deletions

View File

@@ -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