Files
coolify/templates/compose/heimdall.yaml
2025-08-17 18:23:57 +02:00

22 lines
599 B
YAML

# documentation: https://github.com/linuxserver/Heimdall
# slogan: Heimdall is a dashboard for managing and organizing your server applications.
# category: productivity
# tags: dashboard, server, applications, interface
# logo: svgs/heimdall.svg
services:
heimdall:
image: lscr.io/linuxserver/heimdall:latest
environment:
- SERVICE_URL_HEIMDALL
- PUID=1000
- PGID=1000
- TZ=Europe/Madrid
volumes:
- heimdall-config:/config
healthcheck:
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
interval: 2s
timeout: 10s
retries: 15