We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ce73d8 + d1ace14 commit 8084c92Copy full SHA for 8084c92
docker-compose.yml
@@ -161,7 +161,7 @@ services:
161
162
cdn-invalidator-sub:
163
image: "${CDN_INVALIDATOR_SUB_DOCKER_IMAGE}"
164
- command: node -r /usr/src/app/cdn-invalidator-sub/tsconfig-paths-bootstrap.js /usr/src/app/cdn-invalidator-sub/dist/app/cdn-invalidator-sub/index.js
+ 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
165
volumes: &default-volumes-double-level
166
- "${CARTO3_SELFHOSTED_VOLUMES_BASE_PATH}certs/:/usr/src/app/certs/:ro"
167
env_file:
0 commit comments