Added files from frankenphp symfony skeleton

This commit is contained in:
Jan Böhmer 2024-03-10 18:05:21 +01:00
parent d3a819613f
commit 19967bd42e
11 changed files with 431 additions and 122 deletions

10
compose.prod.yaml Normal file
View file

@ -0,0 +1,10 @@
# 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}