swarm: use local stack.yml
This commit is contained in:
parent
713a3cd456
commit
ef037a6916
|
@ -42,7 +42,7 @@ start-compose:
|
||||||
start-swarm:
|
start-swarm:
|
||||||
@- echo "\n### starting service(s)"
|
@- echo "\n### starting service(s)"
|
||||||
@- $(foreach ctx,$(DEPLOY_HOSTS), \
|
@- $(foreach ctx,$(DEPLOY_HOSTS), \
|
||||||
docker stack deploy -c $(DEPLOY_PATH)/$(DEPLOY_NAME)/stack.yml $(DEPLOY_NAME); \
|
docker stack deploy -c stack.yml $(DEPLOY_NAME); \
|
||||||
)
|
)
|
||||||
|
|
||||||
stop-compose:
|
stop-compose:
|
||||||
|
|
Loading…
Reference in New Issue