We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5257b commit 31193a9Copy full SHA for 31193a9
templates/compose/langfuse.yaml
@@ -42,7 +42,7 @@ services:
42
healthcheck:
43
test:
44
- CMD-SHELL
45
- - "pg_isready -h localhost -U ${POSTGRES_USER} -d ${POSTGRES_DB}"
+ - "pg_isready -h localhost -U $${POSTGRES_USER} -d $${POSTGRES_DB}"
46
interval: 5s
47
timeout: 5s
48
retries: 10
templates/compose/litellm.yaml
@@ -158,7 +158,7 @@ services:
158
159
160
161
162
163
164
retries: 3
0 commit comments