traicebox 0.1.2 → 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:latest
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: cgr.dev/chainguard/minio
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:main-latest
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:8.16.0
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-vz8yebk4.yml";
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "traicebox",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "A zero-config local developer stack for tracing and session tracking around LLM and AI model workflows",
5
5
  "license": "MIT",
6
6
  "author": "Fardjad Davari <public@fardjad.com>",
@@ -36,8 +36,8 @@
36
36
  "fix": "biome check --write . && dprint fmt"
37
37
  },
38
38
  "devDependencies": {
39
- "@biomejs/biome": "^2.4.12",
40
- "@types/bun": "^1.3.12",
39
+ "@biomejs/biome": "^2.4.10",
40
+ "@types/bun": "^1.3.11",
41
41
  "@types/yargs": "^17.0.35",
42
42
  "dprint": "^0.54.0",
43
43
  "typescript": "^6.0.2"