Skip to content

Commit 4da1813

Browse files
committed
✨ hub: Add huntarr (draft)
1 parent fdc9bed commit 4da1813

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

hub/huntarr/.env

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
PROJECT=huntarr
2+
DOMAIN=stack.localhost
3+
4+
TZ=UTC

hub/huntarr/compose.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# SPDX-License-Identifier: MIT
2+
# This is a https://stack.lol docker compose file.
3+
4+
services:
5+
huntarr:
6+
image: huntarr/huntarr:${HUNTARR_VERSION:-7.3.6}
7+
restart: on-failure:2
8+
env_file: .env
9+
volumes:
10+
- config:/config
11+
labels:
12+
dash.url: https://$PROJECT.$DOMAIN
13+
traefik.http.routers.huntarr.rule: Host(`$PROJECT.$DOMAIN`)
14+
traefik.http.services.huntarr.loadbalancer.server.port: 9705
15+
16+
volumes:
17+
config:

0 commit comments

Comments
 (0)