=Improved template
This commit is contained in:
parent
872829fe6d
commit
ebb66667ef
|
@ -1,2 +1,3 @@
|
||||||
# VARIABLE=value #comment
|
# VARIABLE=value #comment
|
||||||
APP_ROUTE_OPTIONAL=${LEGACY_ROOT_DOMAIN:+ || Host(`example.${LEGACY_ROOT_DOMAIN}`)}
|
APP_ROUTE_OPTIONAL=${ALT_ROOT_DOMAIN:+ || Host(`example.${ALT_ROOT_DOMAIN}`)}
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@ services:
|
||||||
<service-name>:
|
<service-name>:
|
||||||
hostname: <service-name>.docker
|
hostname: <service-name>.docker
|
||||||
environment:
|
environment:
|
||||||
PUID: "${SZ_USER_UID}"
|
PUID: "${HOST_UID}"
|
||||||
PGID: "${SZ_USER_GID}"
|
PGID: "${HOST_GID}"
|
||||||
# RUNTIPI Environment
|
# RUNTIPI Environment
|
||||||
RUNTIPI_APP_PORT: "${APP_PORT}"
|
RUNTIPI_APP_PORT: "${APP_PORT}"
|
||||||
RUNTIPI_APP_ID: "${APP_ID}"
|
RUNTIPI_APP_ID: "${APP_ID}"
|
||||||
|
|
Loading…
Reference in New Issue