mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 17:44:49 +00:00
feat: add pre-built Docker image reference
Add image reference to weishaw/claude-relay-service:latest in docker-compose.yml to enable using pre-built images instead of always building from source. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
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