-
-
Notifications
You must be signed in to change notification settings - Fork 821
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
[Docker] Custom docker container for Caddy proxy #6920
Comments
While a custom caddyfile container might make complex / custom deployments harder, users can always revert to their own custom container in such cases. In general this should make setup simpler. A good target for 1.0.0 |
@SchrodingersGat maybe we can use a shared folder between server and proxy and make the config available that way? |
That will only work with named volumes, but then we need to instruct people to not change that named volume to a bind mount, but people will do that, ... |
Wouldn’t the server not work anymore at that point? |
I do not really understand what you mean by this. |
Image is now live - https://hub.docker.com/r/inventree/inventree-caddy/tags I am currently testing , and will push a simplified docker setup if it works well |
Closing, see #8538 |
Currently the docker setup requires a custom caddy config file which must be copied into the running caddy container.
However we could simplify this by building our own proxy container which we then push to dockerhub / ghcr
This would reduce the number of required files
The text was updated successfully, but these errors were encountered: