speed up things
add DOCKER_MACHINE and DOCKER_SYSTEM to .env to avoid waisting time every call
This commit is contained in:
+3
-1
@@ -192,7 +192,9 @@ ssh@%:
|
||||
## it updates COMPOSE_FILE with all .yml files of the current stack
|
||||
.PHONY: stack
|
||||
stack:
|
||||
$(foreach stackz,$(STACK),$(call docker-stack,$(stackz)))
|
||||
$(if $(filter-out . myos,$(MYOS)), \
|
||||
$(call compose-file,. docker), \
|
||||
$(foreach stackz,$(STACK),$(call docker-stack,$(stackz))))
|
||||
$(call compose-file,$(MYOS_STACK),$(MYOS_STACK_FILE))
|
||||
|
||||
# target stack-%: Call docker-compose-% target on STACK
|
||||
|
||||
Reference in New Issue
Block a user