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 279f999 commit 87cd188Copy full SHA for 87cd188
services/docker-compose.yml
@@ -854,7 +854,9 @@ services:
854
WEBSERVER_FOLDERS: ${WEBSERVER_FOLDERS}
855
856
deploy:
857
- replicas: 5
+ # NOTE: having 2 replicas is necessary to detect early on if in-process tasks are mistakenly added to the webserver
858
+ # in case this cannot be done otherwise, the sticky rule below will need to be adapted
859
+ replicas: 2
860
labels:
861
- io.simcore.zone=${TRAEFIK_SIMCORE_ZONE}
862
# gzip compression
0 commit comments