fix stuff
parent
0a4b9cdce9
commit
7852024eae
|
|
@ -2,24 +2,21 @@ version: "2"
|
|||
services:
|
||||
influxdb:
|
||||
image: influxdb:1.5-alpine
|
||||
# command: influxd -config /etc/influxdb/influxdb.conf
|
||||
# ports:
|
||||
# - "8086:8086"
|
||||
restart: on-failure:5
|
||||
volumes:
|
||||
- ./data/influx:/var/lib/influxdb/
|
||||
|
||||
grafana:
|
||||
image: grafana/grafana:5.0.4
|
||||
ports:
|
||||
- "3000:3000"
|
||||
# ports:
|
||||
# - "3000:3000"
|
||||
volumes:
|
||||
- "./data/grafana/:/var/lib/grafana/"
|
||||
environment:
|
||||
- "GF_SECURITY_ADMIN_USER=root"
|
||||
- "GF_SECURITY_ADMIN_PASSWORD=clkl"
|
||||
restart: on-failure:5
|
||||
networks:exhub.uni-bamberg.de
|
||||
networks:
|
||||
- traefik_net
|
||||
- default
|
||||
labels:
|
||||
|
|
|
|||
Loading…
Reference in New Issue