Skip to content

0.5.0: Add Docker Compose Example (#45)

Compare
Choose a tag to compare
@osterman osterman released this 25 Jul 17:51
* add docker-compose with github-authorized-keys and etcd included

Signed-off-by: jawabuu <49921621+jawabuu@users.noreply.github.com>

* add script to set  because the environment variable is not available when the container starts

Signed-off-by: jawabuu <49921621+jawabuu@users.noreply.github.com>

* override authorized-keys-command to write ssh variables separated by space instead of = /TODO Update in source

Signed-off-by: jawabuu <49921621+jawabuu@users.noreply.github.com>

* add script to set ssh logLevel, default is INFO

Signed-off-by: jawabuu <49921621+jawabuu@users.noreply.github.com>

* bind mount scripts from local script directory

Signed-off-by: jawabuu <49921621+jawabuu@users.noreply.github.com>

* add default LOGLEVEL=DEBUG env variable to bastion.env

Signed-off-by: jawabuu <49921621+jawabuu@users.noreply.github.com>

* add example env files

Signed-off-by: jawabuu <49921621+jawabuu@users.noreply.github.com>

* add README with basic instructions

Signed-off-by: jawabuu <49921621+jawabuu@users.noreply.github.com>

* update EOL in README

Signed-off-by: jawabuu <49921621+jawabuu@users.noreply.github.com>

* update ssh instructions in README

Signed-off-by: jawabuu <49921621+jawabuu@users.noreply.github.com>

* add .gitignore and .dockerignore

Signed-off-by: jawabuu <49921621+jawabuu@users.noreply.github.com>

* Format README

Signed-off-by: jawabuu <49921621+jawabuu@users.noreply.github.com>

* Format README

Signed-off-by: jawabuu <49921621+jawabuu@users.noreply.github.com>