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