[feature]: setup continuous docker deployment
Is there an existing issue for this?
- [X] I have searched the existing issues
Summary
I'd really like to test this app out. But I want to self host a deployment. I'm running into the default password issue and the issue of "Loading your workspace..." when clicking the forgot password button. I've deployed via the docker-compose.yml file and it's fixed those issues. However, my main deployment is not via the command line (I have a Synology NAS).
Can you setup the repos so when a deployment occurs that the docker containers are rebuilt automatically?
Why should this be worked on?
Should help with adoption and bug testing.
Not sure if this is related or not, but I'm seeing the following lines repeat endlessly in Synology's Docker log:
INFO exited: python (exit status 1; not expected)
INFO spawned: 'python' with pid 145
INFO success: python entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
INFO exited: worker (exit status 0; expected)
INFO spawned: 'worker' with pid 147
INFO success: worker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
INFO exited: python (exit status 1; not expected)
INFO spawned: 'python' with pid 151
INFO success: python entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
INFO exited: worker (exit status 0; expected)
INFO spawned: 'worker' with pid 153
INFO success: worker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
INFO exited: python (exit status 1; not expected)
Hey @shadowjig, thank you for raising the feature request. Our team will brainstorm around it, and we will keep you updated on any developments.
Thank you!