Add challenge 7

This commit is contained in:
3wc
2025-07-29 17:17:09 +01:00
parent dce3933c9e
commit 2d8c9d637c
2 changed files with 47 additions and 0 deletions

13
7/traefik.yml Normal file
View File

@ -0,0 +1,13 @@
api:
dashboard: false
insecure: true
entryPoints:
web:
address: ":80"
serversTransport:
insecureSkipVerify: true
providers:
docker:
endpoint: "unix:///var/run/docker.sock"
# exposedByDefault: false
network: proxy # Optional; Only use the "proxy" Docker network, even if containers are on multiple networks.