=align to new env var names
This commit is contained in:
parent
51d3aec3b6
commit
6a9d08f2bc
16 changed files with 34 additions and 34 deletions
|
@ -16,10 +16,10 @@ services:
|
|||
RUNTIPI_LOCAL_DOMAIN: "${LOCAL_DOMAIN}"
|
||||
RUNTIPI_DOMAIN: "${DOMAIN}"
|
||||
RUNTIPI_ROOT_DOMAIN: "${ROOT_DOMAIN}"
|
||||
SZ_USER_UID: "${SZ_USER_UID}"
|
||||
SZ_USER_GID: "${SZ_USER_GID}"
|
||||
PUID: "${SZ_USER_UID}"
|
||||
PGID: "${SZ_USER_GID}"
|
||||
HOST_UID: "${HOST_UID}"
|
||||
HOST_GID: "${HOST_GID}"
|
||||
PUID: "${HOST_UID}"
|
||||
PGID: "${HOST_GID}"
|
||||
TZ: "${TZ:?Did you forget to define TZ in the root RunTipi .env.local?}"
|
||||
labels:
|
||||
traefik.http.routers.dockge.rule: Host(`dockge.${ROOT_DOMAIN}`)${APP_ROUTE_OPTIONAL:-}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue