use TREAFIK_STATIC tempalte pointer

This commit is contained in:
Lockszmith (@wolfpack) 2025-02-25 02:25:26 -05:00
parent f47bf3b52e
commit f875372f0d
2 changed files with 5 additions and 5 deletions

View File

@ -1,14 +1,14 @@
# user-config/.env.<system name>.local.yml
ACME_EMAIL="acme.admin@shefet.net"
ACME_EMAIL=acme.admin@shefet.net
HOST_UID="3000"
HOST_GID="3000"
HOST_UID=3000
HOST_GID=3000
INTERNAL_IP=192.168.2.33
# RUNTIPI's root on the docker host
# TIPI_VERSION="v3.8.0"
RUNTIPI_ROOT_FOLDER_HOST="/mnt/wolfpack/data/apps/runtipi"
RUNTIPI_ROOT_FOLDER_HOST=/mnt/wolfpack/data/apps/runtipi
# ALT_ROOT_DOMAIN=<alt domain> # optional, alternative public domain
ROOT_DOMAIN=shefet.net

View File

@ -28,7 +28,7 @@ services:
target: /srv/traefik/dynamic/
read_only: true
- type: bind
source: ./user-config/_traefik/static.yml
source: ./user-config/_traefik/static.${TRAEFIK_STATIC:-full}.yml
target: /srv/traefik/static.yml
read_only: true
logging: