feat: add ArrStack and Downloaders services with deployment configurations
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user