We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d404c commit ea54561Copy full SHA for ea54561
1 file changed
test_data/docker-compose.services.yml
@@ -102,6 +102,7 @@ services:
102
REDIS_PORT: 6379
103
SALT: ${LANGFUSE_SALT:-mysalt}
104
healthcheck:
105
+ # Using $(hostname) since the service binds to the container id rather than localhost
106
test: ["CMD-SHELL", "wget -q --spider http://$(hostname):3030/api/health"]
107
interval: 30s
108
timeout: 10s
@@ -126,6 +127,7 @@ services:
126
127
LANGFUSE_INIT_USER_PASSWORD: ${LANGFUSE_USER_PW:-password123}
128
NEXTAUTH_SECRET: ${LANGFUSE_NEXTAUTH_SECRET:-mysecret}
129
130
131
test: ["CMD-SHELL", "wget -q --spider http://$(hostname):3000/api/public/health"]
132
133
0 commit comments