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,20 @@
[Container]
Pod=langfuse.pod
ContainerName=langfuse-postgres
Environment=POSTGRES_USER=postgres
Environment=POSTGRES_PASSWORD=postgres
Environment=POSTGRES_DB=postgres
Environment=TZ=UTC
Environment=PGTZ=UTC
Image=docker.io/postgres:17
Volume=langfuse-postgres_data.volume:/var/lib/postgresql/data
HealthCmd=pg_isready -U postgres
HealthInterval=3s
HealthTimeout=3s
HealthRetries=10
[Service]
Restart=always
[Install]
WantedBy=default.target