mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-07-02 02:47:49 +08:00
Compare commits
No commits in common. "5754c56f73434b9510be5a19695ba6f62015e22e" and "251fb8e02e826b70d26d9e5fffe085c4b9ded9a1" have entirely different histories.
5754c56f73
...
251fb8e02e
2 changed files with 20 additions and 1 deletions
|
@ -245,7 +245,7 @@ services:
|
|||
- DOWNLOAD_CLIENT=qBittorrent
|
||||
- QBITTORRENT__URL=http://qbittorrent_gluetun:8080
|
||||
- QBITTORRENT__USERNAME=fern
|
||||
- QBITTORRENT__PASSWORD=${QBITTORRENT_PASSWORD}
|
||||
- QBITTORRENT__PASSWORD=${QBITTORRENT__PASSWORD}
|
||||
|
||||
profilarr:
|
||||
image: santiagosayshey/profilarr:latest
|
||||
|
|
|
@ -44,6 +44,25 @@ services:
|
|||
caddy: mollysocket.fern.garden
|
||||
caddy.reverse_proxy: "{{upstreams 8020}}"
|
||||
|
||||
apprise-api:
|
||||
image: lscr.io/linuxserver/apprise-api:latest
|
||||
container_name: apprise-api
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Australia/Perth
|
||||
networks:
|
||||
- default
|
||||
- proxy
|
||||
volumes:
|
||||
- apprise-api_config:/config
|
||||
- apprise-api_attachments:/attachments
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
caddy: apprise.ferngarden.net
|
||||
caddy.import: internal
|
||||
caddy.reverse_proxy: '{{ upstreams 8000 }}'
|
||||
|
||||
networks:
|
||||
default:
|
||||
proxy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue