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