wipe: Use traefik_routing_rule for traefik config
This commit is contained in:
parent
b5e45d0e72
commit
f84806f784
@ -13,7 +13,7 @@ services:
|
||||
order: start-first
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.{{ service }}.rule={{ wipe_rule }}
|
||||
- traefik.http.routers.{{ service }}.rule={{ traefik_routing_rule }}
|
||||
- traefik.http.routers.{{ service }}.priority=100
|
||||
- traefik.http.routers.{{ service }}.tls=true
|
||||
- traefik.http.routers.{{ service }}.tls.certresolver=lets-encrypt-tls
|
||||
|
@ -1,7 +1,8 @@
|
||||
---
|
||||
traefik_routing_rule: "Host(`{{ wipe_host }}`)"
|
||||
|
||||
wipe_host: https://wipe.kadet.net
|
||||
wipe_version: latest
|
||||
wipe_rule: "Host(`{{ wipe_host }}`)"
|
||||
wipe_database:
|
||||
name: wipe
|
||||
user: wipe
|
||||
|
@ -108,7 +108,8 @@ service_config:
|
||||
62643132313336356365313465353263626565616434633963343764653330316566613633633638
|
||||
623838613832393239343036396439383561
|
||||
wipe:
|
||||
wipe_rule: Host(`wipe.kadet.net`, `wipozaekranem.pl`)
|
||||
traefik_routing_rule: Host(`wipe.kadet.net`, `wipozaekranem.pl`)
|
||||
|
||||
wipe_version: "2023.1.6"
|
||||
wipe_mail:
|
||||
host: email-smtp.eu-north-1.amazonaws.com
|
||||
|
Loading…
Reference in New Issue
Block a user