Skip to content

Commit 805b8bf

Browse files
Update docker-compose.yaml
1 parent 3c4df88 commit 805b8bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

deploy/docker/docker-compose.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,8 @@ services:
5151
- ./lowcoder-stacks:/lowcoder-stacks
5252
- ./lowcoder-stacks/assets:/lowcoder/assets
5353
restart: unless-stopped
54+
healthcheck:
55+
test: ["CMD-SHELL", "curl -f http://localhost:3000/ || exit 1"]
56+
interval: 30s
57+
timeout: 10s
58+
retries: 3

0 commit comments

Comments
 (0)