plane icon indicating copy to clipboard operation
plane copied to clipboard

[feature]: setup continuous docker deployment

Open shadowjig opened this issue 2 years ago • 2 comments

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.

shadowjig avatar May 29 '23 18:05 shadowjig

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)

drummingdemon avatar Jun 04 '23 19:06 drummingdemon

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!

rhea0110 avatar Jun 06 '23 09:06 rhea0110