Remove leftover junk
This commit is contained in:
parent
902c14ef65
commit
860cba7ffe
@ -11,17 +11,5 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- db_data:/var/lib/postgres
|
- db_data:/var/lib/postgres
|
||||||
restart: always
|
restart: always
|
||||||
influx:
|
|
||||||
image: influxdb:alpine
|
|
||||||
volumes:
|
|
||||||
- /var/lib/influxdb
|
|
||||||
environment:
|
|
||||||
- INFLUXDB_GRAPHITE_ENABLED=true
|
|
||||||
restart: always
|
|
||||||
grafana:
|
|
||||||
image: grafana/grafana
|
|
||||||
ports:
|
|
||||||
- "3000:3000"
|
|
||||||
restart: always
|
|
||||||
volumes:
|
volumes:
|
||||||
db_data:
|
db_data:
|
Loading…
Reference in New Issue
Block a user