This commit is contained in:
Admin9705
2025-04-12 01:12:52 -04:00
parent 5d8ae30f4d
commit 83fb14efa5
19 changed files with 1864 additions and 287 deletions

21
docker-compose.yml Normal file
View File

@@ -0,0 +1,21 @@
version: '3'
services:
huntarr:
build:
context: .
dockerfile: Dockerfile
container_name: huntarr
ports:
- "9705:9705"
volumes:
- huntarr-config:/config
- /tmp/huntarr-logs:/tmp/huntarr-logs
- /tmp/huntarr-state:/tmp/huntarr-state
environment:
- TZ=America/New_York
restart: unless-stopped
volumes:
huntarr-config:
name: huntarr-config