make the config consistant
This commit is contained in:
parent
7c859bbcf5
commit
d3571e2bc7
@ -4,9 +4,9 @@ services:
|
||||
image: caddy:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
- "443:443/udp"
|
||||
- '80:80'
|
||||
- '443:443'
|
||||
- '443:443/udp'
|
||||
volumes:
|
||||
- './Caddyfile:/etc/caddy/Caddyfile'
|
||||
|
||||
@ -22,15 +22,13 @@ services:
|
||||
grafana:
|
||||
image: grafana/grafana:latest
|
||||
volumes:
|
||||
# needs another volume for persistant storage
|
||||
- './grafana.yaml:/etc/grafana/provisioning/datasources/datasources.yaml'
|
||||
- './grafana-storage/:/var/lib/grafana'
|
||||
environment:
|
||||
- GF_AUTH_ANONYMOUS_ENABLED=true
|
||||
- GF_AUTH_ANONYMOUS_ORG_ROLE=Admin
|
||||
- GF_AUTH_DISABLE_LOGIN_FORM=true
|
||||
- GF_FEATURE_TOGGLES_ENABLE=traceqlEditor
|
||||
volumes:
|
||||
- grafana-storage:/var/lib/grafana
|
||||
depends_on:
|
||||
- prometheus
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user