|
|
@ -392,7 +392,6 @@ _get_compose_service_def_cached () { |
|
|
|
} |
|
|
|
export -f _get_compose_service_def_cached |
|
|
|
|
|
|
|
|
|
|
|
## XXXvlab: a lot to be done to cache the results |
|
|
|
get_compose_service_def () { |
|
|
|
local service="$1" docker_compose cache_file="$state_tmpdir/$FUNCNAME.cache.$1" \ |
|
|
@ -1911,8 +1910,8 @@ esac |
|
|
|
|
|
|
|
if [ "$full_init" ]; then |
|
|
|
## init in order |
|
|
|
Section initialisation |
|
|
|
if [ -z "$no_init" ]; then |
|
|
|
Section initialisation |
|
|
|
run_service_hook "$services" init || exit 1 |
|
|
|
fi |
|
|
|
|
|
|
|