Skip to content

Commit

Permalink
Localstack upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mantzas committed Nov 25, 2023
1 parent b9b687f commit f641401
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@ services:
depends_on:
- zookeeper
localstack:
image: localstack/localstack:2.3.2
image: localstack/localstack:latest
ports:
- "127.0.0.1:4566:4566" # LocalStack Gateway
- "127.0.0.1:4510-4559:4510-4559" # external services port range
- "127.0.0.1:4566:4566" # LocalStack Gateway
- "127.0.0.1:4510-4559:4510-4559" # external services port range
environment:
- DEBUG=${DEBUG-}
- DOCKER_HOST=unix:///var/run/docker.sock
- AWS_ACCESS_KEY_ID=test
- AWS_SECRET_ACCESS_KEY=test
- AWS_DEFAULT_REGION=eu-west-1
volumes:
- "${TMPDIR:-/tmp}/localstack:/tmp/localstack"
- "${TMPDIR:-/tmp}/localstack:/var/lib/localstack"
- "/var/run/docker.sock:/var/run/docker.sock"
volumes:
rabbitmq_data:
Expand Down

0 comments on commit f641401

Please sign in to comment.