From ef0ad9674139228f601eead031146f4c87ef21c4 Mon Sep 17 00:00:00 2001 From: KOMIYA Atsushi Date: Sat, 19 Oct 2024 01:29:29 +0900 Subject: [PATCH] Specify LocalStack services to load --- compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 71c9d05..f4f63c5 100644 --- a/compose.yaml +++ b/compose.yaml @@ -5,7 +5,8 @@ services: - "127.0.0.1:4566:4566" - "127.0.0.1:4510-4559:4510-4559" environment: - - DEBUG=${DEBUG:-0} + SERVICES: dynamodb,s3 + DEBUG: ${DEBUG:-0} volumes: - "/var/run/docker.sock:/var/run/docker.sock" - "./localstack/init/ready.d:/etc/localstack/init/ready.d"