aaronshaf / sqs-admin

GUI for SQS. Useful for local development.
MIT License
16 stars 6 forks source link

sqs-admin with docker compose #2

Open rdalfonso opened 6 years ago

rdalfonso commented 6 years ago

I have a docker-compose file, Version 3. I want sqs-admin in a container that hits elasticmq at port :8002. If I install sqs-admin locally it works But putting sqs-admin inside a container and it cannot hit elasticmq at port 9324.

Do you have an example of running both elasticmq and sqs-admin inside their own containers?

nolan-m commented 5 years ago

This is a pretty old comment, but I'm looking to do the same thing.

amitkshirsagar13 commented 4 years ago

Even if we set value SQS_ENDPOINT=http://localstack:4576 it gets resetted to http://127.0.0.1:4576

Please can you try running below commands,

https://github.com/amitkshirsagar13/k8clusters/tree/master/localstack

docker-compose up

Then try to connect and add sqs message and see what happens, its switching the sqs_endpoint url.

Please can you check and fix it.

niksamokhvalov commented 3 years ago

If you want to run SQS-admin through Docker Compose, you need to set an environment variable HOSTNAME_EXTERNAL with value host.docker.internal for LocalStack container.