Bump to v2

This commit is contained in:
Alex Renoki 2024-08-17 06:16:38 +03:00
parent 5f613df4e0
commit 49bcd7b8e6
No known key found for this signature in database
GPG key ID: 7EA96B0FE3AE699F

View file

@ -8,7 +8,7 @@ version: "3"
services:
langfuse:
image: langfuse/langfuse
image: langfuse/langfuse:2
restart: always
environment:
- DATABASE_URL=postgresql://${SERVICE_USER_POSTGRES}:${SERVICE_PASSWORD_POSTGRES}@postgres:5432/${POSTGRES_DB:-langfuse}