externes Netzwerk entfernt
This commit is contained in:
@@ -14,8 +14,8 @@ services:
|
||||
- INFLUXDB_REPORTING_DISABLED=true
|
||||
#Determines which level of logs will be emitted. The available levels are error, warn, info, and debug.
|
||||
- INFLUXDB_LOGGING_LEVEL=warn
|
||||
networks:
|
||||
- external_network
|
||||
#networks:
|
||||
# - external_network
|
||||
restart: unless-stopped
|
||||
|
||||
grafana:
|
||||
@@ -31,10 +31,10 @@ services:
|
||||
environment:
|
||||
- GF_SECURITY_ADMIN_USER=${GRAFANA_USERNAME}
|
||||
- GF_SECURITY_ADMIN_PASSWORD=${GRAFANA_PASSWORD}
|
||||
networks:
|
||||
- external_network
|
||||
#networks:
|
||||
# - external_network
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
external_network:
|
||||
external: true
|
||||
#networks:
|
||||
# external_network:
|
||||
# external: true
|
||||
|
||||
Reference in New Issue
Block a user