fix stuff

master
Clemens Klug 2018-07-02 18:16:36 +02:00
parent 0a4b9cdce9
commit 7852024eae
1 changed files with 4 additions and 7 deletions

View File

@ -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:
@ -39,4 +36,4 @@ services:
networks:
traefik_net:
external:
name: traefik_net
name: traefik_net