updated traefik config to proxy services and added some qol to the config
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# traefik.yml
|
||||
# yml file to define traefik global settings. Individual containers get lables to define their own settings
|
||||
# Static config file loaded on boot, [[dynamic.yml]] has the dynamic config for container routing
|
||||
|
||||
api:
|
||||
dashboard: true
|
||||
@@ -41,6 +42,7 @@ certificatesResolvers:
|
||||
# Use the TLS challenge for domain verification
|
||||
tlsChallenge: {}
|
||||
desecresolver:
|
||||
# TODO fix desecresolver and dns cert partitioning
|
||||
acme:
|
||||
email: web-admin@riverrooks.art
|
||||
storage: /letsencrypt/acme.json
|
||||
|
||||
Reference in New Issue
Block a user