traicebox 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -23,7 +23,7 @@ services:
|
|
|
23
23
|
- postgres_data:/var/lib/postgresql
|
|
24
24
|
- ./postgres/init/00-app-databases.sh:/docker-entrypoint-initdb.d/00-app-databases.sh:ro
|
|
25
25
|
langfuse-clickhouse:
|
|
26
|
-
image: clickhouse/clickhouse-server
|
|
26
|
+
image: clickhouse/clickhouse-server:26.3
|
|
27
27
|
user: "101:101"
|
|
28
28
|
environment:
|
|
29
29
|
- CLICKHOUSE_DB=${CLICKHOUSE_DB}
|
|
@@ -40,7 +40,7 @@ services:
|
|
|
40
40
|
- langfuse_clickhouse_data:/var/lib/clickhouse
|
|
41
41
|
- langfuse_clickhouse_logs:/var/log/clickhouse-server
|
|
42
42
|
langfuse-redis:
|
|
43
|
-
image: redis:
|
|
43
|
+
image: redis:8
|
|
44
44
|
command:
|
|
45
45
|
- --requirepass
|
|
46
46
|
- ${LANGFUSE_REDIS_PASSWORD}
|
|
@@ -54,7 +54,7 @@ services:
|
|
|
54
54
|
volumes:
|
|
55
55
|
- langfuse_redis_data:/data
|
|
56
56
|
langfuse-minio:
|
|
57
|
-
image:
|
|
57
|
+
image: minio/minio:RELEASE.2025-09-07T16-13-09Z
|
|
58
58
|
entrypoint: sh
|
|
59
59
|
command:
|
|
60
60
|
- -c
|
|
@@ -71,7 +71,7 @@ services:
|
|
|
71
71
|
volumes:
|
|
72
72
|
- langfuse_minio_data:/data
|
|
73
73
|
langfuse-worker:
|
|
74
|
-
image: langfuse/langfuse-worker:3
|
|
74
|
+
image: langfuse/langfuse-worker:3.167
|
|
75
75
|
depends_on:
|
|
76
76
|
db:
|
|
77
77
|
condition: service_healthy
|
|
@@ -113,7 +113,7 @@ services:
|
|
|
113
113
|
REDIS_PORT: "6379"
|
|
114
114
|
REDIS_AUTH: ${LANGFUSE_REDIS_PASSWORD}
|
|
115
115
|
langfuse-web:
|
|
116
|
-
image: langfuse/langfuse:3
|
|
116
|
+
image: langfuse/langfuse:3.167
|
|
117
117
|
depends_on:
|
|
118
118
|
db:
|
|
119
119
|
condition: service_healthy
|
|
@@ -163,7 +163,7 @@ services:
|
|
|
163
163
|
retries: 24
|
|
164
164
|
start_period: 10s
|
|
165
165
|
litellm:
|
|
166
|
-
image: docker.litellm.ai/berriai/litellm:
|
|
166
|
+
image: docker.litellm.ai/berriai/litellm:v1.83.3-stable
|
|
167
167
|
depends_on:
|
|
168
168
|
db:
|
|
169
169
|
condition: service_healthy
|
|
@@ -217,7 +217,7 @@ services:
|
|
|
217
217
|
retries: 24
|
|
218
218
|
start_period: 10s
|
|
219
219
|
litellm-bootstrap:
|
|
220
|
-
image: curlimages/curl:
|
|
220
|
+
image: curlimages/curl:latest
|
|
221
221
|
depends_on:
|
|
222
222
|
litellm:
|
|
223
223
|
condition: service_healthy
|
package/dist/index.js
CHANGED
|
@@ -16294,7 +16294,7 @@ import { fileURLToPath as fileURLToPath2 } from "node:url";
|
|
|
16294
16294
|
var Caddyfile_default = "./Caddyfile-at2nzhxs.";
|
|
16295
16295
|
|
|
16296
16296
|
// template/compose.yml
|
|
16297
|
-
var compose_default = "./compose-
|
|
16297
|
+
var compose_default = "./compose-bfc4a606.yml";
|
|
16298
16298
|
|
|
16299
16299
|
// template/langfuse-proxy/Dockerfile
|
|
16300
16300
|
var Dockerfile_default = "./Dockerfile-bzexf8bh.";
|
package/package.json
CHANGED