mirror of
https://github.com/plexguide/Huntarr-Sonarr.git
synced 2025-12-16 20:04:16 -06:00
update
This commit is contained in:
21
docker-compose.yml
Normal file
21
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user