mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-22 16:43:35 +00:00
opt: remove container name for scale
This commit is contained in:
@@ -7,7 +7,6 @@ services:
|
|||||||
# 🚀 Claude Relay Service
|
# 🚀 Claude Relay Service
|
||||||
claude-relay:
|
claude-relay:
|
||||||
build: .
|
build: .
|
||||||
container_name: claude-relay-service
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "${PORT:-3000}:3000"
|
- "${PORT:-3000}:3000"
|
||||||
@@ -83,7 +82,6 @@ services:
|
|||||||
# 📊 Redis Database
|
# 📊 Redis Database
|
||||||
redis:
|
redis:
|
||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
container_name: claude-relay-redis
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "${REDIS_PORT:-6379}:6379"
|
- "${REDIS_PORT:-6379}:6379"
|
||||||
@@ -101,7 +99,6 @@ services:
|
|||||||
# 📈 Redis Monitoring (Optional)
|
# 📈 Redis Monitoring (Optional)
|
||||||
redis-commander:
|
redis-commander:
|
||||||
image: rediscommander/redis-commander:latest
|
image: rediscommander/redis-commander:latest
|
||||||
container_name: claude-relay-redis-web
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "${REDIS_WEB_PORT:-8081}:8081"
|
- "${REDIS_WEB_PORT:-8081}:8081"
|
||||||
@@ -117,7 +114,6 @@ services:
|
|||||||
# 📊 Application Monitoring (Optional)
|
# 📊 Application Monitoring (Optional)
|
||||||
prometheus:
|
prometheus:
|
||||||
image: prom/prometheus:latest
|
image: prom/prometheus:latest
|
||||||
container_name: claude-relay-prometheus
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "${PROMETHEUS_PORT:-9090}:9090"
|
- "${PROMETHEUS_PORT:-9090}:9090"
|
||||||
@@ -138,7 +134,6 @@ services:
|
|||||||
# 📈 Grafana Dashboard (Optional)
|
# 📈 Grafana Dashboard (Optional)
|
||||||
grafana:
|
grafana:
|
||||||
image: grafana/grafana:latest
|
image: grafana/grafana:latest
|
||||||
container_name: claude-relay-grafana
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "${GRAFANA_PORT:-3001}:3000"
|
- "${GRAFANA_PORT:-3001}:3000"
|
||||||
|
|||||||
Reference in New Issue
Block a user