fix docker-compose
parent
0a4b9cdce9
commit
2aaec15017
|
|
@ -2,9 +2,6 @@ version: "2"
|
||||||
services:
|
services:
|
||||||
influxdb:
|
influxdb:
|
||||||
image: influxdb:1.5-alpine
|
image: influxdb:1.5-alpine
|
||||||
# command: influxd -config /etc/influxdb/influxdb.conf
|
|
||||||
# ports:
|
|
||||||
# - "8086:8086"
|
|
||||||
restart: on-failure:5
|
restart: on-failure:5
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/influx:/var/lib/influxdb/
|
- ./data/influx:/var/lib/influxdb/
|
||||||
|
|
@ -19,7 +16,7 @@ services:
|
||||||
- "GF_SECURITY_ADMIN_USER=root"
|
- "GF_SECURITY_ADMIN_USER=root"
|
||||||
- "GF_SECURITY_ADMIN_PASSWORD=clkl"
|
- "GF_SECURITY_ADMIN_PASSWORD=clkl"
|
||||||
restart: on-failure:5
|
restart: on-failure:5
|
||||||
networks:exhub.uni-bamberg.de
|
networks:
|
||||||
- traefik_net
|
- traefik_net
|
||||||
- default
|
- default
|
||||||
labels:
|
labels:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue