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