Skip to content

Commit

Permalink
drop localstack pro
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-negusse committed Jun 24, 2024
1 parent b7edbb8 commit 8930676
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,10 @@ services:

localstack:
container_name: localstack
image: localstack/localstack-pro:2.2.0 # required for Pro
image: localstack/localstack:2.2.0 # required for Pro
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)
- '8055:8080'
- '${PORT_WEB_UI-8080}:${PORT_WEB_UI-8080}'
environment:
Expand Down

0 comments on commit 8930676

Please sign in to comment.