basic traefic works with tls

This commit is contained in:
venus
2026-03-31 00:46:09 -05:00
parent 1fbd44f1df
commit 7865c1093f
3 changed files with 22 additions and 10 deletions

View File

@@ -1,9 +0,0 @@
services:
whoami:
image: traefik/whoami
labels:
# - "traefik.http.routers.whoami.rule=Host(`whoami.localhost`)"
- "traefik.enable=true"
- "traefik.http.routers.whoami.rule=Host(`whoami.dev`) || Host(`whoami.art`)"
- "traefik.http.routers.whoami.entrypoints=websecure"
- "traefik.http.routers.whoami.tls.certresolver=myresolver"