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
|
|
@ -10,5 +10,6 @@ services:
|
|||
PAPERCLIP_HOME: "/paperclip"
|
||||
OPENAI_API_KEY: "${OPENAI_API_KEY:-}"
|
||||
ANTHROPIC_API_KEY: "${ANTHROPIC_API_KEY:-}"
|
||||
PAPERCLIP_PUBLIC_URL: "${PAPERCLIP_PUBLIC_URL:-http://localhost:3100}"
|
||||
volumes:
|
||||
- "${PAPERCLIP_DATA_DIR:-./data/docker-paperclip}:/paperclip"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue