Skip to content

Commit 72e740c

Browse files
authored
bump localstack to 4.2
thank you!
1 parent a640f55 commit 72e740c

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
1-
version: '2.1'
1+
version: '4.2'
22

33
services:
44
localstack:
55
container_name: "{{ localstack.container_name }}"
6-
image: localstack/localstack
6+
image: localstack/localstack:4.2
77
ports:
88
- "127.0.0.1:4566:4566"
9-
#- "4567-4599:4567-4599"
10-
#- "{{ localstack.web_ui }}-{{ localstack.web_ui }}:{{ localstack.web_ui }}-{{ localstack.web_ui }}"
119
environment:
12-
- SERVICES=s3
1310
- DEBUG={{ localstack.debug }}
14-
#- DATA_DIR={{ localstack.data_dir }}
15-
#- PORT_WEB_UI={{ localstack.web_ui }}
16-
- LOCALSTACK_HOSTNAME={{ localstack.hostname_external }}
17-
#- LAMBDA_EXECUTOR=local
1811
- DOCKER_HOST=unix:///var/run/docker.sock
1912
volumes:
13+
- "./localstack-data:/var/lib/localstack"
2014
- "/var/run/docker.sock:/var/run/docker.sock"
2115
tmpfs:
22-
- /localstack:mode=770,size=128M,uid=1000,gid=1000
16+
- /localstack:mode=770,size=128M,uid=1000,gid=1000

0 commit comments

Comments
 (0)