Skip to content

Improve Docker startup robustness#159

Open
pasmud wants to merge 2 commits into
bmarsh9:mainfrom
pasmud:docker-startup-robustness
Open

Improve Docker startup robustness#159
pasmud wants to merge 2 commits into
bmarsh9:mainfrom
pasmud:docker-startup-robustness

Conversation

@pasmud

@pasmud pasmud commented May 18, 2026

Copy link
Copy Markdown

Summary

  • Normalize the Docker entrypoint script during image build so Windows CRLF checkouts do not break Linux container startup.
  • Default Gunicorn threads to 1 instead of 0 to avoid hung HTTP requests.
  • Remove an unused Compose network that only attached to the app service.

Validation

  • docker compose config
  • docker compose build app
  • docker compose run --rm --no-deps app bash -n run.sh

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.

1 participant