13 lines
312 B
YAML
13 lines
312 B
YAML
services:
|
|
importarr:
|
|
image: ghcr.io/OWNER/importarr:0.1.0
|
|
env_file: importarr.env
|
|
ports:
|
|
- "8765:8765"
|
|
volumes:
|
|
- ./config:/config
|
|
- /path/to/downloads/manual:/data/downloads/manual
|
|
- /path/to/movies:/data/movies
|
|
- /path/to/tv:/data/tv
|
|
restart: unless-stopped
|