2017-07-16 19:55:01 +07:00
|
|
|
#!/bin/bash
|
|
|
|
|
2017-08-08 21:03:12 +07:00
|
|
|
DC_SCRIPT=./scripts/example-commit/dc-example.sh
|
2017-07-16 19:55:01 +07:00
|
|
|
|
|
|
|
$DC_SCRIPT build
|
2017-10-14 20:04:43 +07:00
|
|
|
$DC_SCRIPT up -d httpbin mongo redis openldap authelia nginx smtp
|