Skip to content

Commit

Permalink
Specify LocalStack services to load
Browse files Browse the repository at this point in the history
  • Loading branch information
komiya-atsushi committed Oct 18, 2024
1 parent 99c9806 commit ef0ad96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ef0ad96

Please sign in to comment.