set PAPERCLIP_PUBLIC_URL in compose files

This commit is contained in:
zvictor
2026-03-05 18:33:49 -03:00
parent ab6ec999c5
commit 82d97418b2
3 changed files with 6 additions and 0 deletions

View File

@@ -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