init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
---
|
||||
# Production environment override
|
||||
services:
|
||||
php:
|
||||
image: ${IMAGES_PREFIX:-}app-php-prod
|
||||
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}
|
||||
Reference in New Issue
Block a user