Skip to content

Commit

Permalink
fix localstack ports for sqs development (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkarman committed Apr 30, 2019
1 parent 52e0ece commit 0fc97cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Expand Up @@ -17,10 +17,11 @@ services:
appeals-localstack-aws:
image: localstack/localstack
ports:
- "14567-4583:14567-4583"
- "8083:${PORT_WEB_UI-8080}"
- "14567-14583:4567-4583"
- "${PORT_WEB_UI-8080}:${PORT_WEB_UI-8080}"
environment:
- SERVICES=sqs
- SQS_PORT_EXTERNAL=14576
volumes:
- ./local/sqs/conf:/conf

Expand Down

0 comments on commit 0fc97cc

Please sign in to comment.