Drop NODE_ENV for explicit config toggles (todo §0.1); app is environment-agnostic
This commit is contained in:
@@ -5,6 +5,9 @@ services:
|
||||
build: .
|
||||
ports:
|
||||
- "3000:3000"
|
||||
# Explicit behaviour toggles (the app is environment-agnostic — see AGENTS.md).
|
||||
# Supply COOKIE_SECRET / CSRF_SECRET via env; REQUIRE_SECURE_SECRETS refuses dev throwaways.
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
CACHE_TEMPLATES: "true"
|
||||
REQUIRE_SECURE_SECRETS: "true"
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user