# ${PWD} is an ENV variable provided by docker compose that returns current directory. Using it to make the path absolute.
TEMPLATES_PATH=${PWD}/docker-compose.templates.yml

# This is name of the directory containing other compose files.
# Made it just to have it as variable so it easier to maintain.
INCLUDE_PATH=${PWD}

SERVICE_PATH=${INCLUDE_PATH}/services

# Timezone
TZ=Europe/Zurich

# User and group docker will executed
PUID=1000
PGID=1000

# Domain definition
SECOND_LEVEL_DOMAIN=crescentec
TOP_LEVEL_DOMAIN=ch
LOCAL_DOMAIN=crescentec.lan
LOCAL_VPS_DOMAIN=crescentec-vps.lan
PUBLIC_DOMAIN=crescentec.ch

# Personal info
EMAIL=chris.windler@crescentec.ch
MAIN_SERVER_NODE_IP=100.64.0.1:443
