Files
homelab-infra/whoami/docker-compose.yml
1jamesthompson1 716baafbc1 AI given structure
2026-03-23 16:06:42 +13:00

17 lines
381 B
YAML

services:
whoami:
image: traefik/whoami
container_name: whoami
restart: unless-stopped
networks:
- web
labels:
- "traefik.enable=true"
- "traefik.http.routers.whoami.entrypoints=websecure"
- "traefik.http.routers.whoami.rule=Host(`whoami.${DOMAIN}`)"
- "traefik.http.routers.whoami.tls=true"
networks:
web:
external: true