mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-06 04:44:19 +01:00
Start of Symfony
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# Production environment override
|
||||
services:
|
||||
app:
|
||||
image: tvdt/app:prod
|
||||
php:
|
||||
build:
|
||||
dockerfile: containers/python/Containerfile.prod
|
||||
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