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
|
2018-08-09 20:24:02 +00:00
|
|
|
$DC_SCRIPT up -d httpbin mongo redis openldap authelia smtp nginx-portal nginx-backend
|