various updates

This commit is contained in:
2026-09-07 11:37:56 -04:00
parent 9995fb29ff
commit fc91437228
81 changed files with 1478 additions and 1437 deletions
@@ -0,0 +1,21 @@
[Container]
Pod=langfuse.pod
ContainerName=langfuse-clickhouse
Environment=CLICKHOUSE_DB=default
Environment=CLICKHOUSE_USER=clickhouse
Environment=CLICKHOUSE_PASSWORD=clickhouse
User=101:101
Image=docker.io/clickhouse/clickhouse-server
Volume=langfuse-clickhouse_data.volume:/var/lib/clickhouse
Volume=langfuse-clickhouse_logs.volume:/var/log/clickhouse-server
HealthCmd=wget --no-verbose --tries=1 --spider http://localhost:8123/ping
HealthInterval=5s
HealthTimeout=5s
HealthRetries=10
HealthStartPeriod=1s
[Service]
Restart=always
[Install]
WantedBy=default.target