17 lines
321 B
Bash
17 lines
321 B
Bash
|
|
APPLICATION_NAME=jellyfin
|
|
|
|
DOCKERDIR=/mnt/SSD1/docker/
|
|
MEDIADIR=/mnt/stpool1/NData1/Media
|
|
|
|
STACKSDIR=${DOCKERDIR}/stacks/${APPLICATION_NAME}
|
|
DATAROOT=${DOCKERDIR}/data
|
|
DATADIR=${DATAROOT}/${APPLICATION_NAME}
|
|
SECRETSDIR=${STACKSDIR}/secrets
|
|
|
|
DOMAINNAME=sthome.org
|
|
SERVICE_PORT=8096
|
|
|
|
JELLYFIN_LOCAL=10.0.2.252 # for mDNS
|
|
|