explicitly attach langfuse web to dokploy network

This commit is contained in:
Ruslan Bakiev
2026-02-20 15:49:30 +07:00
parent d22c478c38
commit d7fcff738f

View File

@@ -68,8 +68,10 @@ services:
LANGFUSE_INIT_USER_NAME: "Local Admin"
LANGFUSE_INIT_USER_PASSWORD: "clientsflow-local-admin"
networks:
- default
- dokploy-network
default: {}
dokploy-network:
aliases:
- langfuse-web
langfuse-clickhouse:
image: docker.io/clickhouse/clickhouse-server:latest
@@ -141,4 +143,5 @@ volumes:
networks:
dokploy-network:
name: dokploy-network
external: true