mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
set PAPERCLIP_PUBLIC_URL in compose files
This commit is contained in:
parent
ab6ec999c5
commit
82d97418b2
3 changed files with 6 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ services:
|
|||
DATABASE_URL: postgres://paperclip:paperclip@db:5432/paperclip
|
||||
PORT: "3100"
|
||||
SERVE_UI: "true"
|
||||
PAPERCLIP_PUBLIC_URL: "${PAPERCLIP_PUBLIC_URL:-http://localhost:3100}"
|
||||
depends_on:
|
||||
- db
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue