Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dev environment for mac arm64 #196

Merged
merged 3 commits into from
Sep 8, 2023

Conversation

jlabedo
Copy link
Contributor

@jlabedo jlabedo commented Sep 8, 2023

On mac arm64, I was getting this error while running sqs test suite :
Aws\Sqs\Exception\SqsException : Error executing "CreateQueue" on "http://localstack:4576"; AWS HTTP error: cURL error 7: Failed to connect to localstack port 4576: Connection refused

Without being sure, I think it is related to mac arm64 architecture, newer version of localstack providing an arm64 docker image.

It also fixes WARN[0000] network default: network.external.name is deprecated. Please set network.name with external: true

Note

I had to docker-compose down before docker-compose up -d for the network change to take effect.

@jlabedo jlabedo changed the title Fix docker compose mac Fix dev environment for mac arm64 Sep 8, 2023
@dgafka
Copy link
Member

dgafka commented Sep 8, 2023

Nice. I tried version 1.0 some time ago and did not work, cool that 2.0 looks fine :)

@dgafka dgafka merged commit ab64748 into ecotoneframework:main Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants