Simple docker and docker compose gateway for any kind of docker application. Automatic handles domains, letsencrypt certificates, nginx settings and containers health. No setup needed. Gateway consists of from 4 containers:
- nginx reverse proxy,
- nginx settings generator,
- letsencrypt certificates handler
- container health checker - zero downtime deployment.
Init network docker network create nginx-proxy
Run gateway docker-compose up
- Supports docker compose (multiple services in deploy)
- unlimited projects hosted on server
- unlimited free web SSL certificates
- unlimited scaling of each container instance + session persistence
- zero downtime deployment
- all stored in Docker containers => easy future Kubernetes or Cloud migration
- simple migration
- needs a little bit more setup in project