polishing last details
This commit is contained in:
parent
8af22b5b37
commit
112e31a933
|
@ -14,4 +14,4 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
applications-sync:
|
applications-sync:
|
||||||
external:
|
external:
|
||||||
name: "applications-host-sync"
|
name: "applications-docker-sync"
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "2"
|
||||||
options:
|
options:
|
||||||
verbose: true
|
verbose: true
|
||||||
syncs:
|
syncs:
|
||||||
applications-host-sync: # name of the sync volume
|
applications-docker-sync: # name of the intermediary sync volume
|
||||||
compose-dev-file-path: 'docker-compose.sync.yml' # docker-compose override file
|
compose-dev-file-path: 'docker-compose.sync.yml' # docker-compose override file
|
||||||
|
|
||||||
src: '${APPLICATION}' # host source directory
|
src: '${APPLICATION}' # host source directory
|
||||||
|
|
2
sync.sh
2
sync.sh
|
@ -57,7 +57,7 @@ fi
|
||||||
|
|
||||||
if [ "$1" == "up" ] ; then
|
if [ "$1" == "up" ] ; then
|
||||||
print_style "Initializing Docker Sync\n" "info"
|
print_style "Initializing Docker Sync\n" "info"
|
||||||
print_style "May take a long time (15min+) the first run\n" "info"
|
print_style "May take a long time (15min+) on the first run\n" "info"
|
||||||
docker-sync start;
|
docker-sync start;
|
||||||
|
|
||||||
print_style "Initializing Docker Compose\n" "info"
|
print_style "Initializing Docker Compose\n" "info"
|
||||||
|
|
Loading…
Reference in New Issue