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