Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to make a Dockerfile available? #3

Open
geragcp opened this issue Oct 16, 2021 · 1 comment
Open

Is it possible to make a Dockerfile available? #3

geragcp opened this issue Oct 16, 2021 · 1 comment

Comments

@geragcp
Copy link

geragcp commented Oct 16, 2021

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!

@symkat
Copy link
Owner

symkat commented Oct 23, 2021

Thanks for the suggestion!

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants