Update Traefik dynamic config templates to match working local configuration
- Rename external-host-production.yml to local-host-production.yml - Update local-host-production.yml with complete service list from working setup, generalized with variables - Update sablier.yml with complete middleware list from working setup, generalized with variables - Ensure all and placeholders are properly templated for script deployment
This commit is contained in:
@@ -116,6 +116,18 @@ http:
|
||||
theme: ghost
|
||||
show-details-by-default: true
|
||||
|
||||
sablier-${SERVER_HOSTNAME}-assistant:
|
||||
plugin:
|
||||
sablier:
|
||||
sablierUrl: http://sablier-service:10000
|
||||
group: ${SERVER_HOSTNAME}-assistant
|
||||
sessionDuration: 30m
|
||||
ignoreUserAgent: curl
|
||||
dynamic:
|
||||
displayName: EZ-Assistant
|
||||
theme: ghost
|
||||
show-details-by-default: true
|
||||
|
||||
sablier-${SERVER_HOSTNAME}-formio:
|
||||
plugin:
|
||||
sablier:
|
||||
@@ -232,7 +244,7 @@ http:
|
||||
sessionDuration: 5m
|
||||
ignoreUserAgent: curl
|
||||
dynamic:
|
||||
displayName: MediaWiki
|
||||
displayName: mediawiki
|
||||
theme: ghost
|
||||
show-details-by-default: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user