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

watchtower is blocking app from reserving port to run #188

Closed
yalattas opened this issue Jun 7, 2023 · 1 comment
Closed

watchtower is blocking app from reserving port to run #188

yalattas opened this issue Jun 7, 2023 · 1 comment

Comments

@yalattas
Copy link

yalattas commented Jun 7, 2023

We have Python Django==3.2 application deployed to many platforms as a test.

Watchtower causes the application not to reserve port during python manage.py runserver 0.0.0.0:8000

The above behavior is happening only with AWS ECS Fargate platform, Fargate team confirmed that nothing from Fargate platform is blocking that port

We have deployed the application with Watchtower on EC2, Beanstalk and EKS and it was working fine

After we deployed it to ECS Fargate, it stopped working.
When we disabled Watchtower from our app, app starts working on ECS Fargate.

@kislyuk
Copy link
Owner

kislyuk commented Jun 8, 2023

Thanks for your interest in watchtower. This library does not listen on any ports and your report does not provide sufficient information to reproduce the issue that you experienced.

I am going to close this issue now. If you need help, please post a full minimal set of steps necessary to reproduce the issue, including the full code and a listing of its dependencies, the behavior observed, and the behavior expected.

@kislyuk kislyuk closed this as completed Jun 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

No branches or pull requests

2 participants