Files
homelab/whoami.yml
2026-03-31 23:24:54 -05:00

18 lines
462 B
YAML

services:
whoami:
image: traefik/whoami
container_name: whoami
restart: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.http.routers.whoami.rule=Host(`whoami.riverrooks.dev`) || Host(`whoami.riverrooks.art`)"
- "traefik.http.routers.whoami.entrypoints=websecure"
- "traefik.http.routers.whoami.tls.certresolver=basic"
networks:
- traefik
networks:
traefik:
external: true