Skip to content

Commit 62768bd

Browse files
committed
feat: publish prebuilt images to ghcr.io
1 parent 5f13b64 commit 62768bd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ WORKDIR /root
44
RUN go build
55

66
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+
711
COPY --from=builder /root/crawl-proxy /root
812
CMD ["/root/crawl-proxy"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Given a `compose.yml` file that looks something like this:
88
```
99
services:
1010
crawl4ai-proxy:
11-
build: . (or whereever this repo is)
11+
image: ghcr.io/lennyerik/crawl4ai-proxy:latest
1212
environment:
1313
- LISTEN_PORT=8000
1414
- CRAWL4AI_ENDPOINT=http://crawl4ai:11235/crawl

0 commit comments

Comments
 (0)