File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ services:
22
33 dataflow_postgres_db :
44 restart : unless-stopped
5- image : opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub /postgres:15.10
5+ image : opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq /postgres:15.10
66 volumes :
77 - /root/dataflow/dataflow-v2/postgres_db_data:/var/lib/postgresql/data
88 command : -p 5432
@@ -40,7 +40,7 @@ services:
4040
4141 dataflow_celery_worker :
4242 restart : unless-stopped
43- image : opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/dataflow-celery:20250814
43+ image : opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/dataflow-celery:20250816
4444 command : >
4545 sh -c "
4646 MILLISECOND_TIMESTAMP=$$(date +%s%3N);
@@ -77,7 +77,7 @@ services:
7777
7878 dataflow_api_server :
7979 restart : unless-stopped
80- image : opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/dataflow:20250814
80+ image : opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/dataflow:20250816
8181 volumes :
8282 - /root/dataflow/dataflow-v2/apidata:/data/dataflow_data
8383 environment :
You can’t perform that action at this time.
0 commit comments