Update docker-compose.yml

This commit is contained in:
2025-12-09 02:56:24 +00:00
parent 58563ceb84
commit 1699b676ab

View File

@@ -96,12 +96,12 @@ services:
constraints:
- node.hostname == crackbox
labels:
- traefik.enable=true
- traefik.swarm.network=public
- traefik.http.routers.langfuse.service=langfuse
- traefik.http.routers.langfuse.rule=Host(`fuse.lab`)
- traefik.http.routers.langfuse.entrypoints=web
- traefik.http.services.langfuse.loadbalancer.server.port=3000
- traefik.enable=true
- traefik.swarm.network=public
- traefik.http.routers.langfuse.service=langfuse
- traefik.http.routers.langfuse.rule=Host(`fuse.lab`)
- traefik.http.routers.langfuse.entrypoints=web
- traefik.http.services.langfuse.loadbalancer.server.port=3000
networks:
- net
- public