Skip to content

Commit 3a1ec2a

Browse files
[Vestibule] Add localstack to be used by Vestibule (#222)
* add localstack to be used by Vestibule * Update docker-compose.yml Co-authored-by: Cameron Dunn <cameron@sublimesecurity.com> --------- Co-authored-by: Cameron Dunn <cameron@sublimesecurity.com>
1 parent 753b755 commit 3a1ec2a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docker-compose.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,19 @@ services:
144144
WORKERS: 2
145145
WEB_CONCURRENCY: 5
146146
KEEP_ALIVE: 2
147+
sublime_localstack:
148+
container_name: sublime_localstack
149+
image: localstack/localstack:4.10.0
150+
ports:
151+
- "127.0.0.1:4566:4566" # LocalStack Gateway
152+
- "127.0.0.1:4510-4559:4510-4559" # external services port range
153+
networks:
154+
- net
155+
environment:
156+
# LocalStack configuration: https://docs.localstack.cloud/references/configuration/
157+
- DEBUG=0
158+
volumes:
159+
- localstack:/var/lib/localstack
147160

148161
networks:
149162
net:
@@ -152,3 +165,4 @@ volumes:
152165
postgres:
153166
logs:
154167
s3_data:
168+
localstack:

0 commit comments

Comments
 (0)