version: "3.3" services: whoami: image: "nginxdemos/hello" container_name: "hello" labels: - "traefik.enable=true" - "traefik.http.routers.hello.rule=Host(`daribrah.crabdance.com`)" - "traefik.http.routers.hello.entrypoints=websecure" - "traefik.http.routers.hello.tls.certresolver=myhttpchallenge" - "traefik.http.routers.hello.tls=true" - "traefik.docker.network=traefik_default" networks: default: traefik_default: networks: traefik_default: external: true