diff --git a/arr/compose.yaml b/arr/compose.yaml index db8814b..838aab5 100644 --- a/arr/compose.yaml +++ b/arr/compose.yaml @@ -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 diff --git a/notifications/compose.yaml b/notifications/compose.yaml index 2025546..37c4ba8 100644 --- a/notifications/compose.yaml +++ b/notifications/compose.yaml @@ -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: