Updated user-config template

This commit is contained in:
Lockszmith (@kateryna) 2024-12-08 16:53:10 -05:00
parent 52a35d6fa9
commit 954a6935ac
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
# VARIABLE=value #comment# VARIABLE=value #comment
# APP_ROUTE_OPTIONAL=" || Host(`www.example.com`)"
# VARIABLE=value #comment
APP_ROUTE_OPTIONAL=${LEGACY_ROOT_DOMAIN:+ || Host(`example.${LEGACY_ROOT_DOMAIN}`)}

View File

@ -2,6 +2,8 @@ services:
<service-name>:
hostname: <service-name>.docker
environment:
PUID: "${SZ_USER_UID}"
PGID: "${SZ_USER_GID}"
# RUNTIPI Environment
RUNTIPI_APP_PORT: "${APP_PORT}"
RUNTIPI_APP_ID: "${APP_ID}"
@ -12,8 +14,6 @@ services:
RUNTIPI_LOCAL_DOMAIN: "${LOCAL_DOMAIN}"
RUNTIPI_DOMAIN: "${DOMAIN}"
RUNTIPI_ROOT_DOMAIN: "${ROOT_DOMAIN}"
PUID: "${SZ_USER_UID}"
PGID: "${SZ_USER_GID}"
# volumes_from:
# - "container:vols-dl"
# - "container:vols-personal-media"