version: '3' services: web: build: . ports: - "8000:3000" labels: - "traefik.http.routers.web.rule=Host(`ward.truyen.network`)" whoami: image: traefik/whoami labels: - "traefik.http.routers.whoami.rule=Host(`whoami.docker.localhost`)"