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 <noreply@anthropic.com>
This commit is contained in:
user
2026-02-15 17:02:10 +01:00
parent d6f3850614
commit de7a5906ae

View File

@@ -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