ups-dock
ups-dock copied to clipboard
A front-end stack for Docker-based projects at Upstatement
This ports over some logic initially thought about during the BSO project to allow for us to set up any domain to access a site running on the ups.dock network....
[nginx-proxy](https://github.com/jwilder/nginx-proxy) supports multiple virtual hosts, including the use of a wildcard, e.g: ``` VIRTUAL_HOST=skelams.ups.dock,*.skelams.ups.dock ``` Wildcard subdomains, however, are not supported in the Ups Dock Dashboard:  Clicking on the...
Current workflow for starting new projects involves manual copy-and-paste from the examples directory / existing projects. There's a better way...