add better reverse proxy instructions
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
2025-07-05 23:07:21 +00:00
parent 4e1cf81242
commit 6e9bc94f35
2 changed files with 54 additions and 1 deletions

View File

@ -46,6 +46,16 @@ ports:
```
and reverse proxy to `http://localhost:4000`.
If you don't already have a reverse proxy on the machine, I recommend installing
[Nginx Proxy Manager](https://nginxproxymanager.com/), which is a GUI for Nginx
that makes it easy to configure and modify as your hosting needs change. By
adding NPM to cannery's `docker-compose.yml`, you can avoid needing to bind any
ports to your machine and have all the internal traffic routed through the
generated docker network, which can be a bit more secure. The example
configuration is commented out in the `docker-compose.yml` file, and more
information can be found on their documentation
[here](https://nginxproxymanager.com/setup/).
# Configuration
You can use the following environment variables to configure Cannery in