mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-07-01 18:37:48 +08:00
[Komodo] fern: Write Compose File: update arr/compose.yaml
This commit is contained in:
parent
de3e2d3fb0
commit
11d09e1dd0
1 changed files with 7 additions and 2 deletions
|
@ -226,11 +226,12 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
cleanuperr:
|
||||
image: ghcr.io/flmorg/cleanuperr:latest
|
||||
image: ghcr.io/cleanuparr/cleanuparr:latest
|
||||
container_name: cleanuperr
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- default
|
||||
- proxy
|
||||
- media
|
||||
volumes:
|
||||
- cleanuperr_logs:/var/logs
|
||||
|
@ -246,6 +247,10 @@ services:
|
|||
- QBITTORRENT__URL=http://qbittorrent_gluetun:8080
|
||||
- QBITTORRENT__USERNAME=fern
|
||||
- QBITTORRENT__PASSWORD=${QBITTORRENT_PASSWORD}
|
||||
labels:
|
||||
caddy: cleanuparr.ferngarden.net
|
||||
caddy.import: internal
|
||||
caddy.reverse_proxy: '{{ upstreams 11011 }}'
|
||||
|
||||
profilarr:
|
||||
image: santiagosayshey/profilarr:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue