From de7a5906ae3d62f081e3338b9328b8bb479e75f6 Mon Sep 17 00:00:00 2001 From: user Date: Sun, 15 Feb 2026 17:02:10 +0100 Subject: [PATCH] chore: add data volume and cProfile to compose Mount ~/.cache/s5p as /data for pool state and profile output. Enable cProfile by default, dumping to /data/s5p.prof. Co-Authored-By: Claude Opus 4.6 --- compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yaml b/compose.yaml index 1c3c98d..64f5b2e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -10,4 +10,6 @@ services: volumes: - ./src:/app/src:ro,Z - ./config/s5p.yaml:/app/config/s5p.yaml:ro,Z + - ~/.cache/s5p:/data:Z + command: ["-c", "/app/config/s5p.yaml", "--cprofile", "/data/s5p.prof"] network_mode: host