mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
11 lines
281 B
YAML
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}
|