rename all yml files to yaml

This commit is contained in:
2024-12-22 16:09:32 +01:00
parent 8381aec8da
commit b8471944b0
32 changed files with 50 additions and 49 deletions

View File

@@ -0,0 +1,16 @@
services:
grafana:
container_name: grafana
image: grafana/grafana:11.4.0
healthcheck:
test: [ "CMD", "wget", "-qO-", "http://localhost:3000" ]
interval: 20s
start_period: 30s
timeout: 5s
retries: 10
ports:
- 3333:3000
restart: unless-stopped
volumes:
- /opt/grafana:/var/lib/grafana
- /opt/grafana/grafana.ini:/etc/grafana/grafana.ini