Skip to content

Commit

Permalink
Merge pull request #338 from CartoDB/release/2023.11.29-rc.6
Browse files Browse the repository at this point in the history
🚀 Update to `2023.11.29-rc.6`
  • Loading branch information
Cartofante authored Dec 1, 2023
2 parents 77fffa6 + dd770ee commit 98c0130
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.10.25
2023.11.29-rc.6
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ services:
command: bash -c "npm run ready-to-run:built && exec node -r /usr/src/app/tsconfig-paths-bootstrap.js /usr/src/app/dist/app/index.js"
volumes: *default-volumes
environment:
- MAPS_API_V3_RESOURCE_URL_TEMPLATE_NEW=https://$${host}/api/$${path}
- NODE_OPTIONS=--max-old-space-size=3072
restart: unless-stopped
logging:
Expand All @@ -150,7 +149,6 @@ services:
command: bash -c "npm run ready-to-run:built && exec node -r /usr/src/app/tsconfig-paths-bootstrap.js /usr/src/app/dist/app/subscriber/index.js"
volumes: *default-volumes
environment:
- MAPS_API_V3_RESOURCE_URL_TEMPLATE_NEW=https://$${host}/api/$${path}
- NODE_OPTIONS=--max-old-space-size=1536
restart: unless-stopped
logging:
Expand Down
1 change: 1 addition & 0 deletions env.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ WORKSPACE_NOTIFIER_PUBLISH_URL=http://notifier:5561/publish/
## Maps API config
MAPS_API_V3_TENANT_ID=${SELFHOSTED_TENANT_ID}
MAPS_API_V3_RESOURCE_URL_HOST=${SELFHOSTED_DOMAIN}
MAPS_API_V3_RESOURCE_URL_TEMPLATE_NEW='https://${host}/api/${path}'
MAPS_API_V3_RESOURCE_URL_ALLOWED_HOSTS=${SELFHOSTED_DOMAIN}
MAPS_API_V3_PUBSUB_TENANT_BUS_SUBSCRIPTION=projects/${SELFHOSTED_GCP_PROJECT_ID}/subscriptions/tenant-bus-sql-worker-sub
MAPS_API_V3_PUBSUB_TENANT_BUS_TOPIC=projects/${SELFHOSTED_GCP_PROJECT_ID}/topics/tenant-bus
Expand Down

0 comments on commit 98c0130

Please sign in to comment.