bunkerweb/examples/autoconf-reverse-proxy
2021-08-04 12:01:07 +02:00
..
js-app autoconf - various fixes 2020-12-05 11:06:38 +01:00
architecture.png examples improvement - traefik alternative, autoconf reverse proxy and basic website 2021-08-04 12:01:07 +02:00
docker-compose-apps.yml examples improvement - traefik alternative, autoconf reverse proxy and basic website 2021-08-04 12:01:07 +02:00
docker-compose-nginx.yml examples improvement - traefik alternative, autoconf reverse proxy and basic website 2021-08-04 12:01:07 +02:00
README.md examples improvement - traefik alternative, autoconf reverse proxy and basic website 2021-08-04 12:01:07 +02:00

Autoconf reverse proxy

Quickly deploy web app on Docker containers without restarting bunkerized-nginx.

Architecture

Autoconf

First of all, you need to run bunkerized-nginx and bunkerized-nginx-autoconf : see docker-compose-nginx.yml.

Then, you can add and remove web apps with special bunkerized-nginx.* labels so the configurations are automatically generated : see docker-compose-apps.yml.