Refactor LocalStack configuration and add Terraform scripts for AWS resources
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user