removed erroneous volumes that broke updating the container

This commit is contained in:
Krumel
2021-05-09 22:19:24 +02:00
parent 1ada55cb04
commit cfef76f170

View File

@ -6,9 +6,8 @@ services:
container_name: grafana
volumes:
- 'grafana-storage:/var/lib/grafana'
- 'grafana-config:/usr/share/grafana'
- 'grafana-etc:/etc/grafana'
image: grafana/grafana
- '/srv/grafana/custom.ini:/usr/share/grafana/custom.ini'
image: grafana/grafana:latest
networks:
- grafana
@ -17,8 +16,9 @@ services:
ports:
- '8086:8086'
volumes:
- 'influxdb-storage:/root/.influxdbv2'
image: 'quay.io/influxdb/influxdb:v2.0.4'
- 'influxdb-storage:/var/lib/influxdb2'
- '/srv/influxdb/config.yml:/etc/influxdb2/config.yml'
image: 'influxdb'
networks:
- grafana
deploy: