swarm: use local stack.yml
This commit is contained in:
parent
713a3cd456
commit
ef037a6916
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue