2017-07-16 12:55:01 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2017-08-08 14:03:12 +00:00
|
|
|
DC_SCRIPT=./scripts/example-commit/dc-example.sh
|
2017-07-16 12:55:01 +00:00
|
|
|
|
|
|
|
$DC_SCRIPT build
|
2017-11-01 23:37:10 +00:00
|
|
|
$DC_SCRIPT up -d httpbin mongo redis openldap authelia smtp nginx-authelia nginx-portal nginx-backend
|