Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDocker based hot-reload solution for dev environment #516
Comments
I'd like to tackle this issue. |
Please do 🙏🏻 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From version 0.7 the Appwrite containers requires a reload for any changes to get applied. This is due to the fact that most of the codebase is loaded into memory for performance boosting.
We need help setting up a hot reload solution to our code when making changes during development.
From my short research this looks like a nice idea for a Docker based solution:
https://github.com/apogiatzis/docker-compose-livereloader
https://medium.com/better-programming/live-reloading-with-docker-compose-for-efficient-development-356d50e91e39
Any similar Docker based solution that gets the job done and is language agnostic can be considered for this issue.