server-up/apps/grafana/files/compose.yaml
bes-r 9b299bf532
Some checks are pending
Deploy server-up / deploy (push) Waiting to run
Added more docker boilerplates
2026-05-16 15:21:58 +02:00

12 lines
368 B
YAML

services:
<< service_name >>:
image: grafana/grafana:latest
container_name: << service_name >>
ports:
- "<< port >>:3000"
environment:
- GF_SECURITY_ADMIN_USER=<< admin_user >>
- GF_SECURITY_ADMIN_PASSWORD=<< admin_password >>
volumes:
- << data_dir >>/<< service_name >>/data:/var/lib/grafana
restart: unless-stopped