mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-26 21:09:31 +00:00
Added files from frankenphp symfony skeleton
This commit is contained in:
parent
d3a819613f
commit
19967bd42e
11 changed files with 431 additions and 122 deletions
10
compose.prod.yaml
Normal file
10
compose.prod.yaml
Normal 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}
|
||||
Loading…
Add table
Add a link
Reference in a new issue