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