From 3de3e897cd727721273e8aa12ef40c2b83bc298e Mon Sep 17 00:00:00 2001 From: akanealw Date: Sun, 21 May 2023 00:14:19 -0500 Subject: [PATCH] added heimdall --- docker-compose.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 61f5d39..9a1b6ab 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -93,6 +93,19 @@ services: volumes: - ./appdata/gluetun:/gluetun + heimdall: + container_name: heimdall + image: lscr.io/linuxserver/heimdall:latest + environment: + - PUID=${PUID} + - PGID=${PGID} + - TZ=${TZ} + volumes: + - ./appdata/heimdall/config:/config + ports: + - 8044:80 + restart: unless-stopped + jackett: container_name: jackett image: binhex/arch-jackett:latest