Skip to content

Automated Discovery Nginx Proxy, makes Docker Compose work like Heroku with 3 lines of code.

License

Notifications You must be signed in to change notification settings

DaoCloud/dao-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dao Proxy

========

Automated Discovery Nginx Proxy, makes Docker Compose works like Heroku with 3 lines of code.

Dao Proxy can automated discovery containers created by Docker Compose.

Features

  • Everything in a single container — no dependeny, no spf
  • Simple & Replayable — based on nginx and inotify
  • Swarm Support — hahaha
  • Overlay Network Support — hahaha
  • Extendable — can work with haproxy

Quick Start

Prerequisites

docker compose installed

Run a 2048 game like Herok

A docker-compose.yml looks like this:

lb:
  image: daocloud/dao-proxy
  ports: 80:80
web:
  image: alexwhen/docker-2048

Run Command

docker-compose up -d
docker-compose scale web=3

Usage

Advanced Use Case

About

Automated Discovery Nginx Proxy, makes Docker Compose work like Heroku with 3 lines of code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published