You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just looking at the project and it looks really interesting to me. I was just wondering, since you are installing docker in step 1 and using postgress as a container, would it not be possible to deploy the app in a container as well?
Then the whole install could be completed with a simple "docker-compose up" command for example.
Users would receive a consistent experience with correct versioning of dependencies, run it in Kubernetes, etc.
Or maybe somebody has already done it.
Thanks for the hard work!
The text was updated successfully, but these errors were encountered:
I've got a first-round done on this, and this appears to work: 95f4158
If you have dex installed you should be able to say dex build and then dex docker start, or run the commands from the .dex file manually. Please let me know if you run into any issues -- so far I know you may need to start it twice as the first run of the webapp dies without the DB being present -- there is likely still some tweaking before I update the readme to make use of this.
Hi there!
I was just looking at the project and it looks really interesting to me. I was just wondering, since you are installing docker in step 1 and using postgress as a container, would it not be possible to deploy the app in a container as well?
Then the whole install could be completed with a simple "docker-compose up" command for example.
Users would receive a consistent experience with correct versioning of dependencies, run it in Kubernetes, etc.
Or maybe somebody has already done it.
Thanks for the hard work!
The text was updated successfully, but these errors were encountered: