Refactor LocalStack configuration and add Terraform scripts for AWS resources

This commit is contained in:
Elmar Kresse
2025-08-12 11:54:54 +02:00
parent 149b10a643
commit 2c6cde91b9
13 changed files with 664 additions and 54 deletions

View File

@@ -7,7 +7,7 @@ services:
- "127.0.0.1:4510-4559:4510-4559" # external services port range
environment:
# LocalStack configuration: https://docs.localstack.cloud/references/configuration/
- DEBUG=${DEBUG:-0}
DEBUG: ${DEBUG:-0}
volumes:
- "${LOCALSTACK_VOLUME_DIR:-./volume}:/var/lib/localstack"
- "/var/run/docker.sock:/var/run/docker.sock"