Add optional pprof endpoint for debugging

This commit is contained in:
2026-07-04 21:31:53 +07:00
parent dca1363ec9
commit d5192e1cf7
3 changed files with 16 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ services:
ENC_KEY: ${ENC_KEY}
SESSION_SECRET: ${SESSION_SECRET}
WORKER_CONCURRENCY: ${WORKER_CONCURRENCY:-4}
PPROF_ADDR: ${PPROF_ADDR:-:6060}
depends_on:
postgres:
condition: service_healthy