Skip to content

Commit 92d1de5

Browse files
authored
Update docker-compose-stg.yml
1 parent 4057911 commit 92d1de5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose-stg.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)