File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed
Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -168,6 +168,7 @@ services:
168168 image : ${WS_DOCKER_REGISTRY}/workspaces-osm-cgimap:${WS_DOCKER_TAG}
169169 restart : always
170170 environment :
171+ CGIMAP_INSTANCES : ${WS_CGIMAP_INSTANCES}
171172 CGIMAP_HOST : ${WS_OSM_DB_HOST}
172173 CGIMAP_USERNAME : ${WS_OSM_DB_USER}
173174 CGIMAP_PASSWORD : ${WS_OSM_DB_PASS}
Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ services:
146146 context : osm-cgimap
147147 dockerfile : docker/ubuntu/Dockerfile2404
148148 environment :
149+ CGIMAP_INSTANCES : ${WS_CGIMAP_INSTANCES}
149150 CGIMAP_HOST : ${WS_OSM_DB_HOST}
150151 CGIMAP_USERNAME : ${WS_OSM_DB_USER}
151152 CGIMAP_PASSWORD : ${WS_OSM_DB_PASS}
Original file line number Diff line number Diff line change @@ -86,6 +86,12 @@ WS_SMTP_PORT=587
86868787WS_SMTP_PASS = secret
8888
89+ # ##############################################################################
90+ # Scaling
91+ # ##############################################################################
92+
93+ WS_CGIMAP_INSTANCES = 30
94+
8995# ##############################################################################
9096# Limits
9197# ##############################################################################
Original file line number Diff line number Diff line change @@ -104,6 +104,12 @@ WS_SMTP_PORT=587
104104105105WS_SMTP_PASS = ${ WS_SMTP_PASS }
106106
107+ # ##############################################################################
108+ # Scaling
109+ # ##############################################################################
110+
111+ WS_CGIMAP_INSTANCES = 30
112+
107113# ##############################################################################
108114# Limits
109115# ##############################################################################
You can’t perform that action at this time.
0 commit comments