mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
feat: add constraint to be only on the manager node
This commit is contained in:
@@ -73,6 +73,7 @@ docker service create \
|
|||||||
--publish published=3000,target=3000,mode=host \
|
--publish published=3000,target=3000,mode=host \
|
||||||
--update-parallelism 1 \
|
--update-parallelism 1 \
|
||||||
--update-order stop-first \
|
--update-order stop-first \
|
||||||
|
--constraint 'node.role == manager' \
|
||||||
-e RELEASE_TAG=canary \
|
-e RELEASE_TAG=canary \
|
||||||
dokploy/dokploy:canary
|
dokploy/dokploy:canary
|
||||||
|
|
||||||
|
|||||||
@@ -73,6 +73,7 @@ docker service create \
|
|||||||
--publish published=3000,target=3000,mode=host \
|
--publish published=3000,target=3000,mode=host \
|
||||||
--update-parallelism 1 \
|
--update-parallelism 1 \
|
||||||
--update-order stop-first \
|
--update-order stop-first \
|
||||||
|
--constraint 'node.role == manager' \
|
||||||
-e RELEASE_TAG=feature \
|
-e RELEASE_TAG=feature \
|
||||||
dokploy/dokploy:feature
|
dokploy/dokploy:feature
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user