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 f235fa0 commit a7ece97Copy full SHA for a7ece97
docker-compose.yaml
@@ -13,3 +13,8 @@ services:
13
volumes:
14
- "${LOCALSTACK_VOLUME_DIR:-./volume}:/var/lib/localstack"
15
- "/var/run/docker.sock:/var/run/docker.sock"
16
+ healthcheck:
17
+ test: ["CMD", "curl", "-f", "http://localhost:4566/_localstack/health"]
18
+ interval: 10s
19
+ timeout: 5s
20
+ retries: 5
0 commit comments