Skip to content

Commit 87cd188

Browse files
committed
added documentation
1 parent 279f999 commit 87cd188

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

services/docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,9 @@ services:
854854
WEBSERVER_FOLDERS: ${WEBSERVER_FOLDERS}
855855

856856
deploy:
857-
replicas: 5
857+
# 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
858860
labels:
859861
- io.simcore.zone=${TRAEFIK_SIMCORE_ZONE}
860862
# gzip compression

0 commit comments

Comments
 (0)