mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 09:45:29 +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}
|