We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f13b64 commit 62768bdCopy full SHA for 62768bd
Dockerfile
@@ -4,5 +4,9 @@ WORKDIR /root
4
RUN go build
5
6
FROM alpine
7
+
8
+LABEL org.opencontainers.image.source https://github.com/lennyerik/crawl4ai-proxy
9
+LABEL org.opencontainers.image.description "A simple proxy that enables OpenWebUI to talk to crawl4ai"
10
11
COPY --from=builder /root/crawl-proxy /root
12
CMD ["/root/crawl-proxy"]
README.md
@@ -8,7 +8,7 @@ Given a `compose.yml` file that looks something like this:
```
services:
crawl4ai-proxy:
- build: . (or whereever this repo is)
+ image: ghcr.io/lennyerik/crawl4ai-proxy:latest
environment:
13
- LISTEN_PORT=8000
14
- CRAWL4AI_ENDPOINT=http://crawl4ai:11235/crawl
0 commit comments