fix docker-compose

master
Clemens Klug 2018-04-23 15:45:42 +02:00
parent 0a4b9cdce9
commit 2aaec15017
1 changed files with 1 additions and 4 deletions

View File

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