2023-10-19 08:51:03 +00:00
|
|
|
# documentation: https://github.com/linuxserver/Heimdall
|
|
|
|
# slogan: Heimdall is a self-hosted dashboard for managing and organizing your server applications, providing a centralized and efficient interface.
|
2023-10-24 10:33:49 +00:00
|
|
|
# tags: dashboard, server, applications, interface
|
2023-10-19 08:51:03 +00:00
|
|
|
|
|
|
|
services:
|
|
|
|
heimdall:
|
|
|
|
image: lscr.io/linuxserver/heimdall:latest
|
|
|
|
environment:
|
|
|
|
- SERVICE_FQDN_HEIMDALL
|
|
|
|
- PUID=1000
|
|
|
|
- PGID=1000
|
|
|
|
- TZ=Europe/Madrid
|
|
|
|
volumes:
|
|
|
|
- heimdall-config:/config
|
|
|
|
healthcheck:
|
|
|
|
test: ["CMD", "curl", "-f", "http://localhost:80"]
|
|
|
|
interval: 2s
|
|
|
|
timeout: 10s
|
|
|
|
retries: 15
|