This commit is contained in:
hakutaku
2025-09-23 19:15:07 +03:00
parent d58211507d
commit 65859bd87f
15 changed files with 214 additions and 171 deletions

View File

@@ -31,25 +31,11 @@ logs:
level: debug
service:
postgres:
command: "postgres -D .data/postgres" # The command to execute
service_name_in_log: true
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"
rabbitmq:
command: "rabbitmq-server" # The command to execute
service_name_in_log: true
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"
messenger:
command: "./messenger.sh"
command: "php bin/console messenger:consume async -vvvv"
service_name_in_log: true
processNum: 1
execTimeout: 0 # Execution timeout (0 for no timeout)
remainAfterExit: false # Whether to keep the service running after exit
execTimeout: 0
remainAfterExit: false
env:
APP_ENV: "dev"