From dd4d4ad9853fbf144be9dbdfb1479f6315c89ed2 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sun, 25 Jan 2026 00:42:50 +0000 Subject: [PATCH] Add Dashboard_Containers/heimdall/compose.yaml --- Dashboard_Containers/heimdall/compose.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Dashboard_Containers/heimdall/compose.yaml diff --git a/Dashboard_Containers/heimdall/compose.yaml b/Dashboard_Containers/heimdall/compose.yaml new file mode 100644 index 0000000..eff6034 --- /dev/null +++ b/Dashboard_Containers/heimdall/compose.yaml @@ -0,0 +1,15 @@ +services: + heimdall: + image: lscr.io/linuxserver/heimdall:latest + container_name: heimdall + environment: + - PUID=1000 + - PGID=1000 + - TZ=CST/UTC + #- ALLOW_INTERNAL_REQUESTS=false #optional + volumes: + - /srv/docker/heimdall/config:/config + ports: + - 5003:80 + - 5004:443 + restart: unless-stopped \ No newline at end of file