feat: add app Raycast AI OpenRouter Proxy

This commit is contained in:
arch3rPro
2025-08-04 00:24:24 +08:00
parent d19b86b2d0
commit b17ad22c14
8 changed files with 342 additions and 1 deletions
@@ -0,0 +1,19 @@
services:
raycast-ai-proxy:
image: vuldocker/raycast-ai-openrouter-proxy:latest
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:3000
volumes:
- ./models.json:/app/models.json:ro
environment:
- API_KEY=${PANEL_APP_API_KEY}
- BASE_URL=${PANEL_APP_BASE_URL}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true