Completely remove step 5 where you can set the replica count for docker-stack.
Add additional warning to ´experimental' notice in setup for stack. Add a notice the shipped PostgreSQL is deprecated. Make the external PostgreSQL database the default option. Make 1.7 the default version (stable_version': '1.7', in docs\conf.py) Update mergify.yml with 1.8 versionmaster
parent
78890a97ff
commit
17cea83301
@ -1,28 +0,0 @@
|
|||||||
{% call macros.panel("info", "Step 5 - Number of replicas for containers") %}
|
|
||||||
<p>Select number of replicas for containers</p>
|
|
||||||
|
|
||||||
<div class="form-group">
|
|
||||||
<input class="form-control" type="number" name="front_replicas" min="1" required value="1"
|
|
||||||
style="width: 6%; display: inline;">
|
|
||||||
<label>Front</label>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="form-group">
|
|
||||||
<input class="form-control" type="number" name="admin_replicas" min="1" required value="1"
|
|
||||||
style="width: 6%; display: inline;">
|
|
||||||
<label>Admin</label>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="form-group">
|
|
||||||
<input class="form-control" type="number" name="imap_replicas" min="1" required value="1"
|
|
||||||
style="width: 6%; display: inline;">
|
|
||||||
<label>IMAP</label>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="form-group">
|
|
||||||
<input class="form-control" type="number" name=smtp_replicas min="1" required value="1"
|
|
||||||
style="width: 6%; display: inline;">
|
|
||||||
<label>SMTP</label>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{% endcall %}
|
|
Loading…
Reference in New Issue