grafana/Netzwerk angepasst
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
services:
|
||||
influxdb:
|
||||
#image: influxdb
|
||||
image: influxdb:1.6.4
|
||||
container_name: influxdb
|
||||
ports:
|
||||
- 8096:8086
|
||||
#- 8098:8088
|
||||
volumes:
|
||||
- ./influxdb:/var/lib/influxdb
|
||||
environment:
|
||||
@@ -14,8 +14,6 @@ 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
|
||||
restart: unless-stopped
|
||||
|
||||
grafana:
|
||||
@@ -31,10 +29,4 @@ services:
|
||||
environment:
|
||||
- GF_SECURITY_ADMIN_USER=${GRAFANA_USERNAME}
|
||||
- GF_SECURITY_ADMIN_PASSWORD=${GRAFANA_PASSWORD}
|
||||
#networks:
|
||||
# - external_network
|
||||
restart: unless-stopped
|
||||
|
||||
#networks:
|
||||
# external_network:
|
||||
# external: true
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user