various updates
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user