move docker into authenticated deployment mode

This commit is contained in:
Victor Duarte
2026-03-05 15:07:54 +01:00
committed by zvictor
parent 70e41150c5
commit 2c809d55c0
3 changed files with 7 additions and 1 deletions

View File

@@ -18,6 +18,9 @@ services:
DATABASE_URL: postgres://paperclip:paperclip@db:5432/paperclip
PORT: "3100"
SERVE_UI: "true"
PAPERCLIP_DEPLOYMENT_MODE: "authenticated"
PAPERCLIP_DEPLOYMENT_EXPOSURE: "private"
BETTER_AUTH_SECRET: "${BETTER_AUTH_SECRET:-dev-insecure-change-me}"
depends_on:
- db