I made some changes to the original discourse project and pushed them to my personal repository.
Now I would like to use the “discourse_docker” project to deploy to my server.
Of course the “discourse_docker” project will deploy the original “discourse” project and not my own.
How can I link the “discourse_docker” deploy to my repository?
You must not block updates coming from upstream (bug fixes, security patches, even new features) so it’s best to apply customisations with a plugin (if you need to modify the back end) or a theme component (if just the front end)
If you start trying to maintain a fork you will soon find it very time consuming.