feat: adds nextcloud and plex

fix: caddy stuff
This commit is contained in:
2025-07-19 03:08:16 +02:00
parent 085d037f77
commit 10374bc2e6
19 changed files with 733 additions and 227 deletions

View File

@@ -36,8 +36,8 @@ services:
networks:
- arr_stack_net
lidarr:
image: linuxserver/lidarr:latest
whisparr:
image: ghcr.io/hotio/whisparr:latest
environment:
- PUID=1000
- PGID=100
@@ -47,7 +47,7 @@ services:
extra_hosts:
- host.docker.internal:host-gateway
volumes:
- {{ arr_stack_data_dir }}/lidarr-config:/config
- {{ arr_stack_data_dir }}/whisparr-config:/config
- /mnt/object_storage:/storage
restart: unless-stopped
networks: