File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
tools/deployment/presto-clp Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 11services :
22 presto-coordinator :
3- image : " ghcr.io/y-scope/presto/coordinator:${CLP_PRESTO_COORDINATOR_IMAGE_TAG:-dev}"
4- pull_policy : " always"
3+ image : " ghcr.io/y-scope/presto/coordinator:${CLP_PRESTO_COORDINATOR_IMAGE_TAG:-clp-v0.10.0}"
54 entrypoint : ["/bin/bash", "-c", "/scripts/generate-configs.sh && /opt/entrypoint.sh"]
65 env_file :
76 - " .env"
@@ -25,8 +24,7 @@ services:
2524 retries : 30
2625
2726 presto-worker :
28- image : " ghcr.io/y-scope/presto/prestissimo-worker:${CLP_PRESTO_WORKER_IMAGE_TAG:-dev}"
29- pull_policy : " always"
27+ image : " ghcr.io/y-scope/presto/prestissimo-worker:${CLP_PRESTO_WORKER_IMAGE_TAG:-clp-v0.10.0}"
3028 depends_on :
3129 presto-coordinator :
3230 condition : " service_healthy"
You can’t perform that action at this time.
0 commit comments