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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user