Skip to content

Commit f517dae

Browse files
committed
Align integration LocalStack docker-compose with e2e LocalStack config
1 parent 01f62b9 commit f517dae

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scripts/ci/docker-compose/integration-localstack.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,17 @@ services:
2727
environment:
2828
# LocalStack configuration: https://docs.localstack.cloud/references/configuration/
2929
- DEBUG=${DEBUG:-0}
30+
- AWS_ACCESS_KEY_ID=test
31+
- AWS_SECRET_ACCESS_KEY=test
32+
- AWS_DEFAULT_REGION=us-east-1
3033
volumes:
3134
- "/var/run/docker.sock:/var/run/docker.sock"
35+
healthcheck:
36+
test: ["CMD", "curl", "-f", "http://localhost:4566/_localstack/health"]
37+
interval: 10s
38+
timeout: 5s
39+
retries: 10
40+
start_period: 10s
3241

3342
airflow:
3443
environment:

0 commit comments

Comments
 (0)