An open API service indexing awesome lists of open source software.

https://github.com/axelhahn/nginx-docker-proxy

Prepare Nginx as proxy to local docker containers with https and a hostname
https://github.com/axelhahn/nginx-docker-proxy

docker foss gplv3 nginx-proxy opensource shell ssl-certificate

Last synced: 2 months ago
JSON representation

Prepare Nginx as proxy to local docker containers with https and a hostname

Awesome Lists containing this project

README

          

# Nginx proxy for multiple docker containers

A NGINX Docker proxy to access your dev docker containers

* instead of ``http://localhost:PORT``
* with ``https://[APPNAME]``

Free software and open source.

👤 Author: Axel Hahn \
📄 Source: \
📜 License: GNU GPL 3.0 \
📗 Docs: see

---

The result of this tool is:

![](./docs/images/docker-proxy-overview-Page-2.drawio.png)

## Screenshots

If you didn't start a docker container yet, you can see a 502 error.

![](./docs/images/web-browser-error-503.png)

By starting the shell script a index page for all projects is created. You reach it when clicking on the "Index" link.

![](./docs/images/web-browser-index-page.png)