domain-watchdog/compose.prod.yaml
2024-08-15 18:48:47 +02:00

16 lines
332 B
YAML

# Production environment override
services:
php:
build:
context: .
target: frankenphp_prod
environment:
APP_SECRET: ${APP_SECRET}
php-worker:
build:
context: .
target: frankenphp_prod
restart: always
command: php /app/bin/console messenger:consume --all --time-limit=3600 -vvv