[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
4d4eca7675
commit
286e08bd59
1 changed files with 18 additions and 0 deletions
18
compose.yaml
18
compose.yaml
|
|
@ -157,6 +157,24 @@ services:
|
||||||
- /data:/data
|
- /data:/data
|
||||||
- /usenet:/usenet
|
- /usenet:/usenet
|
||||||
|
|
||||||
|
sonarrtest:
|
||||||
|
container_name: sonarrtest
|
||||||
|
image: ghcr.io/hotio/sonarr:latest
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Europe/Berlin
|
||||||
|
- CONFIG_DIR=/config/sonarrtest
|
||||||
|
networks:
|
||||||
|
- media_network
|
||||||
|
ports:
|
||||||
|
- 8992:8992
|
||||||
|
volumes:
|
||||||
|
- /app-config:/config
|
||||||
|
- /data:/data
|
||||||
|
- /usenet:/usenet
|
||||||
|
|
||||||
recyclarr:
|
recyclarr:
|
||||||
image: ghcr.io/recyclarr/recyclarr
|
image: ghcr.io/recyclarr/recyclarr
|
||||||
container_name: recyclarr
|
container_name: recyclarr
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue