mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-07-01 18:37:48 +08:00
Compare commits
2 commits
de3e2d3fb0
...
716a0027d2
Author | SHA1 | Date | |
---|---|---|---|
![]() |
716a0027d2 | ||
![]() |
11d09e1dd0 |
1 changed files with 12 additions and 14 deletions
|
@ -225,28 +225,26 @@ services:
|
||||||
- /mnt/docker/soularr/config:/data
|
- /mnt/docker/soularr/config:/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
cleanuperr:
|
cleanuparr:
|
||||||
image: ghcr.io/flmorg/cleanuperr:latest
|
image: ghcr.io/cleanuparr/cleanuparr:latest
|
||||||
container_name: cleanuperr
|
container_name: cleanuparr
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
|
- 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
|
labels:
|
||||||
- DOWNLOADCLEANER__UNLINKED_CATEGORIES__0=tv
|
caddy: cleanuparr.ferngarden.net
|
||||||
- DOWNLOADCLEANER__UNLINKED_CATEGORIES__1=film
|
caddy.import: internal
|
||||||
- DOWNLOAD_CLIENT=qBittorrent
|
caddy.reverse_proxy: '{{ upstreams 11011 }}'
|
||||||
- QBITTORRENT__URL=http://qbittorrent_gluetun:8080
|
|
||||||
- QBITTORRENT__USERNAME=fern
|
|
||||||
- QBITTORRENT__PASSWORD=${QBITTORRENT_PASSWORD}
|
|
||||||
|
|
||||||
profilarr:
|
profilarr:
|
||||||
image: santiagosayshey/profilarr:latest
|
image: santiagosayshey/profilarr:latest
|
||||||
container_name: profilarr
|
container_name: profilarr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue