From 2130000c4ecd84f17ddf87ddf8da14835222e6f7 Mon Sep 17 00:00:00 2001 From: vipg Date: Fri, 19 Dec 2025 12:43:51 +0800 Subject: [PATCH] add --- docker-compose.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index bb15aeb..a16bc2d 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -15,12 +15,9 @@ services: - ./shared_data/ai_trading_db:/var/lib/postgresql/data - ./infra/postgres/sql:/docker-entrypoint-initdb.d - ./infra/postgres/scripts:/scripts - # - ./shared_data/asset_assistant_db:/var/lib/postgresql/data - # - ./sql:/docker-entrypoint-initdb.d - # - ./scripts:/scripts networks: - ai-trading-network - + cn_futures_trading_records: image: rust:1.92.0-alpine3.23 container_name: cn_futures_trading_records_api