services:
...
ports:
- 3003:3000/tcp
networks:
- traefik_default
labels:
- "traefik.enable=true"
- "traefik.http.routers.x.rule=Host(`x.yourethe.top`)"
- "traefik.http.routers.x.service=x"
- "traefik.http.services.x.loadbalancer.server.port=3000"
networks:
traefik_default:
external: true
## Networks: at the bottom. Make sure all indents are 2 spaces, no tabs. Replace 5 "x" in labels with service name