Compare commits
2 Commits
d836f77cc4
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ad48f27115 | ||
|
|
74bbea8eb0 |
@@ -1,2 +1,2 @@
|
||||
DOCLING_SERVE_ENABLE_UI=true
|
||||
PORT=5001
|
||||
DOCLING_SERVE_API_KEY=change-me
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
services:
|
||||
docling:
|
||||
image: quay.io/docling-project/docling-serve:latest
|
||||
ports:
|
||||
- "${PORT:-5001}:5001"
|
||||
expose:
|
||||
- "5001"
|
||||
environment:
|
||||
- DOCLING_SERVE_ENABLE_UI=${DOCLING_SERVE_ENABLE_UI:-true}
|
||||
- DOCLING_SERVE_API_KEY=${DOCLING_SERVE_API_KEY}
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:5001/health"]
|
||||
interval: 30s
|
||||
|
||||
Reference in New Issue
Block a user