mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 02:20:38 +09:00
expose PAPERCLIP_ALLOWED_HOSTNAMES in compose files
This commit is contained in:
parent
57db28e9e6
commit
1e5e09f0fa
2 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ services:
|
|||
SERVE_UI: "true"
|
||||
PAPERCLIP_DEPLOYMENT_MODE: "authenticated"
|
||||
PAPERCLIP_DEPLOYMENT_EXPOSURE: "private"
|
||||
PAPERCLIP_ALLOWED_HOSTNAMES: "${PAPERCLIP_ALLOWED_HOSTNAMES:-localhost}"
|
||||
BETTER_AUTH_SECRET: "${BETTER_AUTH_SECRET:-dev-insecure-change-me}"
|
||||
depends_on:
|
||||
db:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue