Skip to content

Commit

Permalink
De-Pro localstack
Browse files Browse the repository at this point in the history
  • Loading branch information
dmannarino committed Jun 18, 2024
1 parent 9510feb commit d6ce941
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,10 @@ services:

localstack:
container_name: localstack
image: localstack/localstack-pro:2.2.0 # required for Pro
image: localstack/localstack:2.2.0
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:53:53" # DNS config (required for Pro)
- "127.0.0.1:53:53/udp" # DNS config (required for Pro)
- "127.0.0.1:443:443" # LocalStack HTTPS Gateway (required for Pro)
environment:
- SERVICES=cloudformation,cloudwatch,dynamodb,ec2,emr,events,iam,lambda,s3,secretsmanager,stepfunctions,sts
- DEBUG=1
Expand All @@ -44,7 +41,6 @@ services:
- HOSTNAME_EXTERNAL=localstack
- LAMBDA_KEEPALIVE_MS=0
- PERSISTENCE=${PERSISTENCE-}
- LOCALSTACK_API_KEY=${LOCALSTACK_API_KEY-} # required for Pro
- DOCKER_HOST=unix:///var/run/docker.sock
volumes:
- "${TMPDIR:-./localstack}:/tmp/localstack"
Expand Down

0 comments on commit d6ce941

Please sign in to comment.