feat: add http challenge routing

This commit is contained in:
Alfredo Di Stasio
2026-06-30 10:09:35 +02:00
parent b5beb27623
commit f3759e76ea
11 changed files with 78 additions and 9 deletions
+1
View File
@@ -6,6 +6,7 @@ services:
command:
- --configFile=/etc/traefik/traefik.yml
ports:
- "80:8080/tcp"
- "443:8443/tcp"
extra_hosts:
- "host.docker.internal:host-gateway"