Add binding for acme-io.json in Traefik config

This commit is contained in:
Jeppe Bundgaard
2026-02-24 00:28:17 +01:00
parent 629c13499d
commit 2e88ed7bbd
7 changed files with 3198 additions and 7 deletions
+4
View File
@@ -24,6 +24,8 @@ http:
priority: 1000
tls:
certResolver: le
domains:
- main: api.truckwash.dk
api-preflight-io:
rule: Host(`api.truckwash.io`) && Method(`OPTIONS`)
@@ -33,6 +35,8 @@ http:
priority: 1000
tls:
certResolver: le
domains:
- main: api.truckwash.io
cloud-preflight:
rule: Host(`cloud.truckwash.dk`) && Method(`OPTIONS`)