From f35dcf857f9e924c5cc822e143f8f54ddeee317a Mon Sep 17 00:00:00 2001 From: icy Date: Fri, 31 Oct 2025 15:31:47 +0800 Subject: [PATCH] =?UTF-8?q?Add=20config.db=20volume=20mapping=20to=20docke?= =?UTF-8?q?r-compose=20-=20Map=20config.db=20to=20host=20for=20database=20?= =?UTF-8?q?persistence=20-=20Ensures=20user=20configurations,=20traders,?= =?UTF-8?q?=20and=20AI=20models=20persist=20across=20container=20restarts?= =?UTF-8?q?=20-=20Enables=20easy=20backup=20of=20configuration=20database?= =?UTF-8?q?=20=F0=9F=A4=96=20Generated=20with=20[Claude=20Code](https://cl?= =?UTF-8?q?aude.ai/code)=20Co-Authored-By:=20tinkle-community=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 608fdfd8..b049f95d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,6 +10,7 @@ services: - "${NOFX_BACKEND_PORT:-8080}:8080" volumes: - ./config.json:/app/config.json:ro + - ./config.db:/app/config.db - ./decision_logs:/app/decision_logs - /etc/localtime:/etc/localtime:ro # Sync host time environment: