We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0233abf + 7ce64c4 commit 6175d57Copy full SHA for 6175d57
beginner/chapters/votingapp.md
@@ -82,7 +82,7 @@ services:
82
depends_on:
83
- db
84
deploy:
85
- replicas: 2
+ replicas: 1
86
update_config:
87
parallelism: 2
88
delay: 10s
@@ -103,6 +103,8 @@ services:
103
104
max_attempts: 3
105
window: 120s
106
+ placement:
107
+ constraints: [node.role == manager]
108
109
visualizer:
110
image: manomarks/visualizer
@@ -111,6 +113,9 @@ services:
111
113
stop_grace_period: 1m30s
112
114
volumes:
115
- "/var/run/docker.sock:/var/run/docker.sock"
116
+ deploy:
117
118
119
120
networks:
121
frontend:
0 commit comments