Files
homelab/whoami.yml
2026-03-31 00:36:36 -05:00

10 lines
368 B
YAML

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"