mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
22 lines
553 B
YAML
22 lines
553 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: jellyfin_server_1
|
|
APP_PORT: 8096
|
|
PROXY_AUTH_ADD: "false"
|
|
|
|
server:
|
|
image: linuxserver/jellyfin:10.10.1@sha256:9ac30e8797611c45b8fbb2b54beb7b35d92b89ea855017ee46ecfb86686bf9d9
|
|
restart: on-failure
|
|
hostname: "${DEVICE_HOSTNAME}"
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data/config:/config
|
|
- ${UMBREL_ROOT}/data/storage/downloads:/downloads
|
|
ports:
|
|
# Service auto-discovery
|
|
- 7359:7359/udp |