File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1- 2026.1.7
1+ 2026.2.12-rc.1
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ services:
2424 env_file :
2525 - .env
2626 environment :
27- - GOOGLE_APPLICATION_CREDENTIALS=/usr/src/certs/key.json
2827 - LS_JAVA_OPTS=-Xms512m -Xmx1024m
2928 volumes :
3029 - " ${CARTO3_SELFHOSTED_VOLUMES_BASE_PATH}certs/:/usr/src/certs/:ro"
@@ -116,7 +115,7 @@ services:
116115
117116 workspace-migrations :
118117 image : " ${WORKSPACE_MIGRATIONS_DOCKER_IMAGE}"
119- entrypoint : ["/usr/src/app /onprem-init-db.sh"]
118+ entrypoint : ["/usr/src/workspace-db /onprem-init-db.sh"]
120119 env_file :
121120 - .env
122121 volumes : *default-volumes
@@ -163,7 +162,7 @@ services:
163162 image : " ${CDN_INVALIDATOR_SUB_DOCKER_IMAGE}"
164163 command : node -r /usr/src/consumers/cdn-invalidator-sub/tsconfig-paths-bootstrap.js /usr/src/consumers/cdn-invalidator-sub/dist/consumers/cdn-invalidator-sub/index.js
165164 volumes : &default-volumes-double-level
166- - " ${CARTO3_SELFHOSTED_VOLUMES_BASE_PATH}certs/:/usr/src/app/ certs/:ro"
165+ - " ${CARTO3_SELFHOSTED_VOLUMES_BASE_PATH}certs/:/usr/src/certs/:ro"
167166 env_file :
168167 - .env
169168 environment :
Original file line number Diff line number Diff line change 33# This section is automatically generated by CARTO and should NOT be modified.
44# If you need to make changes, please modify your customer.env file instead
55
6- GOOGLE_APPLICATION_CREDENTIALS=.. /certs/key.json
6+ GOOGLE_APPLICATION_CREDENTIALS=/usr/src /certs/key.json
77CARTO3_SELFHOSTED_VOLUMES_BASE_PATH=./
88
99DOCKER_REGISTRY_BASE_PATH=gcr.io/carto-onprem-artifacts
You can’t perform that action at this time.
0 commit comments