Files
Mangarr/compose.prod.yaml
Jérémy Guillot bddcdd6823 refonte
2024-06-03 17:36:22 +02:00

11 lines
281 B
YAML

# Production environment override
services:
php:
build:
context: .
target: frankenphp_prod
environment:
APP_SECRET: ${APP_SECRET}
MERCURE_PUBLISHER_JWT_KEY: ${CADDY_MERCURE_JWT_SECRET}
MERCURE_SUBSCRIBER_JWT_KEY: ${CADDY_MERCURE_JWT_SECRET}