[Komodo] admin: Write Compose File: update compose.yaml

This commit is contained in:
komodo 2025-08-13 14:48:02 +00:00
parent 4d4eca7675
commit 286e08bd59

View file

@ -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