mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 17:39:16 +00:00
Merge pull request #88 from geminiwen/main
feat: add pre-built Docker image reference
This commit is contained in:
@@ -7,6 +7,7 @@ services:
|
|||||||
# 🚀 Claude Relay Service
|
# 🚀 Claude Relay Service
|
||||||
claude-relay:
|
claude-relay:
|
||||||
build: .
|
build: .
|
||||||
|
image: weishaw/claude-relay-service:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "${PORT:-3000}:3000"
|
- "${PORT:-3000}:3000"
|
||||||
|
|||||||
Reference in New Issue
Block a user