Updated kafka config to reflect external exposure correctly

This commit is contained in:
2025-02-07 11:03:47 +00:00
parent a49dd79555
commit 7ca996ccbb
4 changed files with 13 additions and 10 deletions

View File

@ -12,7 +12,7 @@ services:
- proxy
labels:
- "traefik.enable=true"
- "traefik.tcp.routers.mongodb.rule=HostSNI(`*`)"
- "traefik.tcp.routers.mongodb.rule=HostSNI(`mongo.luke-else.co.uk`)"
- "traefik.tcp.routers.mongodb.entrypoints=mongo"
- "traefik.tcp.routers.mongodb.service=mongodb"
- "traefik.tcp.services.mongodb.loadbalancer.server.port=27017"