mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 02:40:39 +09:00
move docker into authenticated deployment mode
This commit is contained in:
parent
70e41150c5
commit
2c809d55c0
3 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue