-
-
Notifications
You must be signed in to change notification settings - Fork 596
Expand file tree
/
Copy pathcompose.yml
More file actions
35 lines (34 loc) · 748 Bytes
/
Copy pathcompose.yml
File metadata and controls
35 lines (34 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
services:
pxpipe:
build:
context: .
restart: unless-stopped
init: true
read_only: true
cap_drop:
- ALL
security_opt:
- no-new-privileges:true
ports:
- "127.0.0.1:${PXPIPE_PORT:-47821}:47821"
environment:
- PXPIPE_MODELS
- PXPIPE_DISABLE
- PXPIPE_UPSTREAM
- ANTHROPIC_UPSTREAM
- OPENAI_UPSTREAM
- OPENAI_API_KEY
- OPENAI_MODELS
- CLOUDFLARE_MODELS
- CLOUDFLARE_ACCOUNT_ID
- CLOUDFLARE_API_TOKEN
- PXPIPE_PROVIDER
- PXPIPE_GATEWAY_BASE_URL
- PXPIPE_GATEWAY_HEADERS
- PXPIPE_GPT_PROFILES
- PXPIPE_DUMP_DIR
- PXPIPE_DEBUG_CAPTURE_4XX
volumes:
- pxpipe-data:/data
volumes:
pxpipe-data: