10 lines
368 B
YAML
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"
|