18 lines
371 B
Bash
18 lines
371 B
Bash
#
|
|
# values to be used for substitution by docker compose in compose.yml AND .*.env files
|
|
#
|
|
APPLICATION_NAME=esphome
|
|
|
|
DOCKERDIR=/mnt/SSD1/docker/
|
|
|
|
STACKSDIR=${DOCKERDIR}/stacks/${APPLICATION_NAME}
|
|
DATADIR=${DOCKERDIR}/data/${APPLICATION_NAME}
|
|
SECRETSDIR=${STACKSDIR}/secrets
|
|
|
|
PUID=3066
|
|
PGID=3067
|
|
DOMAINNAME=sthome.org
|
|
WEBUI_PORT=6052
|
|
|
|
ESPHOME_LOCAL=10.0.2.254 # for mDNS
|