mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-18 02:05:36 +00:00
9 lines
158 B
YAML
9 lines
158 B
YAML
|
|
# Production environment override
|
||
|
|
services:
|
||
|
|
php:
|
||
|
|
build:
|
||
|
|
context: .
|
||
|
|
target: frankenphp_prod
|
||
|
|
environment:
|
||
|
|
APP_SECRET: ${APP_SECRET}
|