mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-07-02 02:47:49 +08:00
[Komodo] fern: Write Compose File: update arr/compose.yaml
This commit is contained in:
parent
11d09e1dd0
commit
716a0027d2
1 changed files with 5 additions and 12 deletions
|
@ -225,28 +225,21 @@ services:
|
||||||
- /mnt/docker/soularr/config:/data
|
- /mnt/docker/soularr/config:/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
cleanuperr:
|
cleanuparr:
|
||||||
image: ghcr.io/cleanuparr/cleanuparr:latest
|
image: ghcr.io/cleanuparr/cleanuparr:latest
|
||||||
container_name: cleanuperr
|
container_name: cleanuparr
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
- proxy
|
- proxy
|
||||||
- media
|
- media
|
||||||
volumes:
|
volumes:
|
||||||
- cleanuperr_logs:/var/logs
|
- /mnt/docker/cleanuparr/config:/config
|
||||||
- /media:/media
|
- /media:/media
|
||||||
environment:
|
environment:
|
||||||
- TZ=Australia/Perth
|
- TZ=Australia/Perth
|
||||||
- DOWNLOADCLEANER__ENABLED=true
|
- PUID=1000
|
||||||
- DOWNLOADCLEANER__UNLINKED_TARGET_CATEGORY=unlinked
|
- PGID=1800
|
||||||
- DOWNLOADCLEANER__UNLINKED_USE_TAG=true
|
|
||||||
- DOWNLOADCLEANER__UNLINKED_CATEGORIES__0=tv
|
|
||||||
- DOWNLOADCLEANER__UNLINKED_CATEGORIES__1=film
|
|
||||||
- DOWNLOAD_CLIENT=qBittorrent
|
|
||||||
- QBITTORRENT__URL=http://qbittorrent_gluetun:8080
|
|
||||||
- QBITTORRENT__USERNAME=fern
|
|
||||||
- QBITTORRENT__PASSWORD=${QBITTORRENT_PASSWORD}
|
|
||||||
labels:
|
labels:
|
||||||
caddy: cleanuparr.ferngarden.net
|
caddy: cleanuparr.ferngarden.net
|
||||||
caddy.import: internal
|
caddy.import: internal
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue