A Docker setup to use Nginx as a reverse proxy to the host
You need to build the docker image, but only the first time
make build
make run
On local.dev
(configure it on /etc/hosts), you will have access to the $HOST_IP port 8080.
Configure the reverseproxy.conf
file, to change that hostname
Configure the reverseproxy.conf
file, to change that port
This is a dev environment, therefore the certificates are self-generated (and published on the repo). DO NOT use this same setup for a production environment
This project is open to contributions, please send an issue or a pull request