mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 05:28:35 +01:00
fix: volume mounts
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
async-icinga:
|
async-icinga:
|
||||||
volumes:
|
volumes:
|
||||||
- "/app/config/:/data/async-icinga/"
|
- "/data/async-icinga/:/app/config"
|
||||||
ports:
|
ports:
|
||||||
- 5001:5000
|
- 5001:5000
|
||||||
image: registry.atlantishq.de/athq/async-icinga
|
image: registry.atlantishq.de/athq/async-icinga
|
||||||
|
|||||||
@@ -3,6 +3,6 @@ grafana:
|
|||||||
- 3000:3000
|
- 3000:3000
|
||||||
image: grafana/grafana-oss
|
image: grafana/grafana-oss
|
||||||
volumes:
|
volumes:
|
||||||
- "/var/lib/grafana:/var/grafana"
|
- "/var/grafana:/var/lib/grafana"
|
||||||
environment:
|
environment:
|
||||||
GF_INSTALL_PLUGINS : "grafana-clock-panel,grafana-simple-json-datasource"
|
GF_INSTALL_PLUGINS : "grafana-clock-panel,grafana-simple-json-datasource"
|
||||||
|
|||||||
Reference in New Issue
Block a user