Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nathan-osman/cloudanchor

Generate Nginx or Apache configuration files from running Docker containers in realtime
https://github.com/nathan-osman/cloudanchor

apache configuration docker nginx

Last synced: 15 days ago
JSON representation

Generate Nginx or Apache configuration files from running Docker containers in realtime

Awesome Lists containing this project

README

        

> **Note:** this project has been deprecated in favor of [caddy-docker](https://github.com/nathan-osman/caddy-docker).

## cloudanchor

Have a bunch of web applications running in Docker? Tired of continually editing Nginx or Apache configuration files as applications are added and removed? Then cloudanchor is for you.

> **Warning:** this application is still a work in progress. Although the features listed below are known to work, this app has not been thoroughly tested in production yet. As such, its use in production is discouraged.

### Features

- Monitors the Docker daemon in realtime to see when containers are started and stopped
- Uses container labels to determine the hostname to use for the server
- Creates configuration files for your web server on-demand
- Integration with Let's Encrypt for TLS certificates