mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-29 04:30:10 +00:00
jellyfin & jellyseer
This commit is contained in:
0
projects/jellyfin/README.md
Normal file
0
projects/jellyfin/README.md
Normal file
17
projects/jellyfin/docker-compose.yml
Normal file
17
projects/jellyfin/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin:10
|
||||
volumes:
|
||||
- config:/config
|
||||
- cache:/cache
|
||||
- /mnt/seedbox/media:/media
|
||||
restart: "unless-stopped"
|
||||
environment:
|
||||
- JELLYFIN_PublishedServerUrl=https://${JELLYFIN_HOST}
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
volumes:
|
||||
config:
|
||||
cache:
|
||||
media:
|
||||
0
projects/jellyseer/README.md
Normal file
0
projects/jellyseer/README.md
Normal file
16
projects/jellyseer/docker-compose.yml
Normal file
16
projects/jellyseer/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
jellyseerr:
|
||||
image: ghcr.io/fallenbagel/jellyseerr:latest
|
||||
init: true
|
||||
container_name: jellyseerr
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
volumes:
|
||||
- /path/to/appdata/config:/app/config
|
||||
healthcheck:
|
||||
test: wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/status || exit 1
|
||||
start_period: 20s
|
||||
timeout: 3s
|
||||
interval: 15s
|
||||
retries: 3
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user