postgres support

This commit is contained in:
hakutaku
2025-09-17 20:27:51 +03:00
parent ba97fb0ab2
commit c36bcbf06e
21 changed files with 2072 additions and 181 deletions

View File

@@ -26,3 +26,12 @@ logs:
mode: raw
metrics:
level: debug
service:
postgres:
command: "postgres -D .data/postgres" # The command to execute
processNum: 1 # Number of processes to run
execTimeout: 0 # Execution timeout (0 for no timeout)
remainAfterExit: false # Whether to keep the service running after exit
env:
APP_ENV: "production"