Skip to content

Commit 181fd5f

Browse files
authored
Update docker-compose-prd.yml
1 parent 584a66b commit 181fd5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose-prd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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:20250901
43+
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/dataflow:20250916
4444
command: >
4545
sh -c "
4646
MILLISECOND_TIMESTAMP=$$(date +%s%3N);
@@ -108,7 +108,7 @@ services:
108108

109109
dataflow_api_server:
110110
restart: unless-stopped
111-
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/dataflow:20250901
111+
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/dataflow:20250916
112112
command: >
113113
sh -c "
114114
uvicorn data_server.main:app --host 0.0.0.0 --port 8000

0 commit comments

Comments
 (0)