8000 Dockerize web builds · Issue #30 · cachapa/tudo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Dockerize web builds #30

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

Open
cachapa opened this issue Aug 21, 2023 · 2 comments
Open

Dockerize web builds #30

cachapa opened this issue Aug 21, 2023 · 2 comments

Comments

@cachapa
Copy link
Owner
cachapa commented Aug 21, 2023

I'm not sure what the standard for web app containers is. I guess it should include a web server and (optional?) certificate handling.

I'm quite happy with Caddy as it handles the certificate stuff transparently, but would be happy with other solutions as well, e.g. nginx.

@bo0tzz
Copy link
bo0tzz commented Aug 21, 2023

Just building FROM a webserver image and copying in the build should do the trick. My (opinionated) view is that certificates are better left to an extra reverse proxy set up by whoever is running the deployment, but either approach is possible.

@cachapa
Copy link
Owner Author
cachapa commented Aug 21, 2023

You seem to be more experienced in this topic than me so I defer to you. Having the reverse proxy handling the certificates seems perfectly fine to me, as that's how I host my apps anyway.

5F94

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
0