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