grafana/Netzwerk angepasst

This commit is contained in:
Borgal
2024-10-25 18:39:15 +00:00
parent 97c6848dab
commit 3221d41d93
4 changed files with 2 additions and 71 deletions

View File

@@ -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