swarm: use local stack.yml

This commit is contained in:
Andreas Neue 2022-07-09 20:58:52 +02:00
parent 713a3cd456
commit ef037a6916
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ start-compose:
start-swarm:
@- echo "\n### starting service(s)"
@- $(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: