You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
554 B
22 lines
554 B
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: jellyfin_server_1
|
|
APP_PORT: 8096
|
|
PROXY_AUTH_ADD: "false"
|
|
|
|
server:
|
|
image: linuxserver/jellyfin:10.8.13@sha256:deb61ff251882fb21e5187b7d1988e84ea438626300041f7d9474a5dc0618e24
|
|
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
|
|
|