mirror of
https://github.com/plexguide/Huntarr.io.git
synced 2025-12-23 22:18:23 -05:00
21 lines
410 B
YAML
21 lines
410 B
YAML
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 |