Drop NODE_ENV for explicit config toggles (todo §0.1); app is environment-agnostic

This commit is contained in:
2026-06-15 10:53:33 +02:00
parent 2d43430405
commit a070362649
9 changed files with 79 additions and 37 deletions

View File

@@ -3,8 +3,10 @@
services:
web:
command: node --watch src/server.ts
# Dev overrides the base toggles: live template edits, dev-throwaway secrets allowed.
environment:
NODE_ENV: development
CACHE_TEMPLATES: "false"
REQUIRE_SECURE_SECRETS: "false"
volumes:
- .:/app
- /app/node_modules