mirror of
https://github.com/beshu-tech/deltaglider.git
synced 2026-03-27 11:31:06 +01:00
fix
This commit is contained in:
19
docker-compose.test.yml
Normal file
19
docker-compose.test.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
localstack:
|
||||
image: localstack/localstack:latest
|
||||
ports:
|
||||
- "4566:4566"
|
||||
environment:
|
||||
- SERVICES=s3
|
||||
- DEBUG=0
|
||||
- DATA_DIR=/tmp/localstack/data
|
||||
volumes:
|
||||
- "/tmp/localstack:/tmp/localstack"
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:4566/_localstack/health"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
Reference in New Issue
Block a user