/docker-installer

Install scripts for docker applications.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Docker Installer

The purpose of this script is to provide a quick way to get applications up and running.

The Nginx stack acts as a proxy which automatically generates new certificates and sets up domains for new applications.

Usage

You can easily test the Nginx stack by running the whoami container like this:

docker run --name whoami -e VIRTUAL_HOST=whoami.domain.tld -e LETSENCRYPT_HOST=whoami.domain.tld -e LETSENCRYPT_EMAIL=ssl@domain.tld --net frontends jwilder/whoami

Applications

...more to come