From dd770ee935aee566004a7f2f792505103c6cfc45 Mon Sep 17 00:00:00 2001 From: supercartofante Date: Fri, 1 Dec 2023 11:17:48 +0000 Subject: [PATCH] :tada: Bump selfhosted version to `2023.11.29-rc.6` --- VERSION | 2 +- docker-compose.yml | 2 -- env.tpl | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index d753b36..dcadd8c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2023.10.25 +2023.11.29-rc.6 diff --git a/docker-compose.yml b/docker-compose.yml index 897aab7..2c66cd6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: @@ -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: diff --git a/env.tpl b/env.tpl index 7186ed7..4fc320b 100644 --- a/env.tpl +++ b/env.tpl @@ -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