Skip to content

Commit fb3afb0

Browse files
committed
Increase cgimap instances
1 parent 4e794fc commit fb3afb0

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

docker-compose.deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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}

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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}

example.env

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ WS_SMTP_PORT=587
8686
WS_SMTP_USER=[email protected]
8787
WS_SMTP_PASS=secret
8888

89+
###############################################################################
90+
# Scaling
91+
###############################################################################
92+
93+
WS_CGIMAP_INSTANCES=30
94+
8995
###############################################################################
9096
# Limits
9197
###############################################################################

tdei_uw.env

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ WS_SMTP_PORT=587
104104
WS_SMTP_USER=[email protected]
105105
WS_SMTP_PASS=${WS_SMTP_PASS}
106106

107+
###############################################################################
108+
# Scaling
109+
###############################################################################
110+
111+
WS_CGIMAP_INSTANCES=30
112+
107113
###############################################################################
108114
# Limits
109115
###############################################################################

0 commit comments

Comments
 (0)