fix(gateway): remove network configuration

Network should not be config, it's only a necessary part for the actual server deployment

Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
2025-05-14 17:40:18 +02:00
parent cdeef879d0
commit 82f44bbd12

View File

@@ -24,8 +24,6 @@ services:
restart: unless-stopped restart: unless-stopped
ports: ports:
- "8080:8080" - "8080:8080"
networks:
- kb28_default
environment: environment:
- INFLUXDB_TOKEN=$INFLUXDB_TOKEN - INFLUXDB_TOKEN=$INFLUXDB_TOKEN
- INFLUXDB_ORG=$INFLUXDB_ORG - INFLUXDB_ORG=$INFLUXDB_ORG