Update yamllint to fix dependency issue

I think this still validates everything we need it to
This commit is contained in:
Jake Howard
2022-01-11 20:51:12 +00:00
parent db68c107d0
commit c5215e330b
19 changed files with 30 additions and 29 deletions

View File

@ -4,7 +4,7 @@ services:
grafana:
image: grafana/grafana:latest
environment:
- TZ={{ TZ }}
- TZ={{ timezone }}
- GF_DATABASE_URL=postgres://grafana:grafana@db/grafana
- GF_RENDERING_SERVER_URL=http://renderer:8081/render
- GF_RENDERING_CALLBACK_URL=http://grafana:3000/
@ -42,7 +42,7 @@ services:
image: grafana/grafana-image-renderer:latest
restart: unless-stopped
environment:
- BROWSER_TZ={{ TZ }}
- BROWSER_TZ={{ timezone }}
networks: