[GH-ISSUE #378] Add hot reload to Flask #3283

Open
opened 2026-04-18 17:11:36 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @punnerud on GitHub (Aug 6, 2023).
Original GitHub issue: https://github.com/docker/awesome-compose/issues/378

Its possible to add hot reloading to Python/Flask so its possible to change code and se the code changes live i Docker, without rebuilding.

Originally created by @punnerud on GitHub (Aug 6, 2023). Original GitHub issue: https://github.com/docker/awesome-compose/issues/378 Its possible to add hot reloading to Python/Flask so its possible to change code and se the code changes live i Docker, without rebuilding.
Author
Owner

@punnerud commented on GitHub (Aug 6, 2023):

Found out now that the flask-redis repo already have hot reloading, using the same trick of combining volume and debug=True.

<!-- gh-comment-id:1666967676 --> @punnerud commented on GitHub (Aug 6, 2023): Found out now that the flask-redis repo already have hot reloading, using the same trick of combining volume and debug=True.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#3283