use TREAFIK_STATIC tempalte pointer
This commit is contained in:
parent
9d0a4f065b
commit
a45d393b8e
|
@ -1,14 +1,14 @@
|
||||||
# user-config/.env.<system name>.local.yml
|
# user-config/.env.<system name>.local.yml
|
||||||
ACME_EMAIL="acme.admin@shefet.net"
|
ACME_EMAIL=acme.admin@shefet.net
|
||||||
|
|
||||||
HOST_UID="3000"
|
HOST_UID=3000
|
||||||
HOST_GID="3000"
|
HOST_GID=3000
|
||||||
|
|
||||||
INTERNAL_IP=192.168.2.33
|
INTERNAL_IP=192.168.2.33
|
||||||
|
|
||||||
# RUNTIPI's root on the docker host
|
# RUNTIPI's root on the docker host
|
||||||
# TIPI_VERSION="v3.8.0"
|
# 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
|
# ALT_ROOT_DOMAIN=<alt domain> # optional, alternative public domain
|
||||||
ROOT_DOMAIN=shefet.net
|
ROOT_DOMAIN=shefet.net
|
||||||
|
|
|
@ -28,7 +28,7 @@ services:
|
||||||
target: /srv/traefik/dynamic/
|
target: /srv/traefik/dynamic/
|
||||||
read_only: true
|
read_only: true
|
||||||
- type: bind
|
- type: bind
|
||||||
source: ./user-config/_traefik/static.yml
|
source: ./user-config/_traefik/static.${TRAEFIK_STATIC:-full}.yml
|
||||||
target: /srv/traefik/static.yml
|
target: /srv/traefik/static.yml
|
||||||
read_only: true
|
read_only: true
|
||||||
logging:
|
logging:
|
||||||
|
|
Loading…
Reference in New Issue