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"