mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-08-07 04:52:29 +08:00
Compare commits
No commits in common. "716a0027d2655a4d8a163c9b9753e11932ba05a4" and "de3e2d3fb04581b7a9a518d319d50463529f1018" have entirely different histories.
716a0027d2
...
de3e2d3fb0
1 changed files with 14 additions and 12 deletions
|
@ -225,26 +225,28 @@ services:
|
||||||
- /mnt/docker/soularr/config:/data
|
- /mnt/docker/soularr/config:/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
cleanuparr:
|
cleanuperr:
|
||||||
image: ghcr.io/cleanuparr/cleanuparr:latest
|
image: ghcr.io/flmorg/cleanuperr:latest
|
||||||
container_name: cleanuparr
|
container_name: cleanuperr
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
- proxy
|
|
||||||
- media
|
- media
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/docker/cleanuparr/config:/config
|
- cleanuperr_logs:/var/logs
|
||||||
- /media:/media
|
- /media:/media
|
||||||
environment:
|
environment:
|
||||||
- TZ=Australia/Perth
|
- TZ=Australia/Perth
|
||||||
- PUID=1000
|
- DOWNLOADCLEANER__ENABLED=true
|
||||||
- PGID=1800
|
- DOWNLOADCLEANER__UNLINKED_TARGET_CATEGORY=unlinked
|
||||||
labels:
|
- DOWNLOADCLEANER__UNLINKED_USE_TAG=true
|
||||||
caddy: cleanuparr.ferngarden.net
|
- DOWNLOADCLEANER__UNLINKED_CATEGORIES__0=tv
|
||||||
caddy.import: internal
|
- DOWNLOADCLEANER__UNLINKED_CATEGORIES__1=film
|
||||||
caddy.reverse_proxy: '{{ upstreams 11011 }}'
|
- DOWNLOAD_CLIENT=qBittorrent
|
||||||
|
- 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