working on secure readme

This commit is contained in:
venus
2026-03-31 00:36:36 -05:00
parent 63c3e85680
commit 1fbd44f1df
4 changed files with 62 additions and 6 deletions

9
whoami.yml Normal file
View File

@@ -0,0 +1,9 @@
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"