Skip to content

Commit d5aa906

Browse files
authored
Update docker-compose-stg.yml
1 parent 325d59a commit d5aa906

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose-stg.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);
@@ -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:20250901
80+
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/dataflow:20250916
8181
command: >
8282
sh -c "
8383
uvicorn data_server.main:app --host 0.0.0.0 --port 8000

0 commit comments

Comments
 (0)