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
|
restart: unless-stopped
|
||||||
|
|
||||||
cleanuperr:
|
cleanuperr:
|
||||||
image: ghcr.io/flmorg/cleanuperr:latest
|
image: ghcr.io/cleanuparr/cleanuparr:latest
|
||||||
container_name: cleanuperr
|
container_name: cleanuperr
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
|
- proxy
|
||||||
- media
|
- media
|
||||||
volumes:
|
volumes:
|
||||||
- cleanuperr_logs:/var/logs
|
- cleanuperr_logs:/var/logs
|
||||||
|
@ -246,7 +247,11 @@ services:
|
||||||
- QBITTORRENT__URL=http://qbittorrent_gluetun:8080
|
- QBITTORRENT__URL=http://qbittorrent_gluetun:8080
|
||||||
- QBITTORRENT__USERNAME=fern
|
- QBITTORRENT__USERNAME=fern
|
||||||
- QBITTORRENT__PASSWORD=${QBITTORRENT_PASSWORD}
|
- QBITTORRENT__PASSWORD=${QBITTORRENT_PASSWORD}
|
||||||
|
labels:
|
||||||
|
caddy: cleanuparr.ferngarden.net
|
||||||
|
caddy.import: internal
|
||||||
|
caddy.reverse_proxy: '{{ upstreams 11011 }}'
|
||||||
|
|
||||||
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