We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d2769 commit a448d52Copy full SHA for a448d52
1 file changed
infra/stack.yml
@@ -133,6 +133,14 @@ services:
133
networks: [appnet]
134
deploy:
135
replicas: 1
136
+ update_config:
137
+ parallelism: 1
138
+ delay: 5s
139
+ order: start-first
140
+ failure_action: rollback
141
+ rollback_config:
142
143
+ order: stop-first
144
restart_policy:
145
condition: any
146
@@ -157,6 +165,14 @@ services:
157
165
start_period: 30s
158
166
159
167
168
169
170
171
172
173
174
175
160
176
resources:
161
177
limits:
162
178
memory: 2G
0 commit comments