mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-24 05:05:39 +00:00
16 lines
332 B
YAML
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
|