feat: add ArrStack and Downloaders services with deployment configurations
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 13s
Nix Format Check / check-format (push) Successful in 51s
Python Lint Check / check-python (push) Failing after 10s

This commit is contained in:
2025-03-25 13:43:02 +01:00
parent 56b056252c
commit 8087eb6814
8 changed files with 275 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ services:
- PUID=1000
- PGID=100
- TZ=Europe/Amsterdam
- JELLYFIN_PublishedServerUrl=https://jellyfin.vleeuwen.me
- JELLYFIN_PublishedServerUrl=https://jellyfin.mvl.sh
volumes:
- {{jellyfin_data_dir}}/jellyfin-config:/config
- /mnt/object_storage/movies:/movies
@@ -24,6 +24,18 @@ services:
networks:
- caddy_network
fladder:
image: ghcr.io/donutware/fladder:latest
ports:
- 5423:80
environment:
- PUID=1000
- PGID=100
- TZ=Europe/Amsterdam
- BASE_URL=https://fladder.mvl.sh
networks:
- caddy_network
networks:
caddy_network:
external: true