mv experimental apps

This commit is contained in:
Ramnique Singh 2025-04-07 23:53:17 +05:30
parent 7f6ece90f8
commit f722591ccd
53 changed files with 31 additions and 31 deletions

View file

@ -65,25 +65,25 @@ services:
- API_KEY=${COPILOT_API_KEY}
restart: unless-stopped
tools_webhook:
build:
context: ./apps/tools_webhook
dockerfile: Dockerfile
ports:
- "3005:3005"
environment:
- SIGNING_SECRET=${SIGNING_SECRET}
restart: unless-stopped
# tools_webhook:
# build:
# context: ./apps/experimental/tools_webhook
# dockerfile: Dockerfile
# ports:
# - "3005:3005"
# environment:
# - SIGNING_SECRET=${SIGNING_SECRET}
# restart: unless-stopped
simulation_runner:
build:
context: ./apps/simulation_runner
dockerfile: Dockerfile
environment:
- MONGODB_URI=mongodb://mongo:27017/rowboat
- ROWBOAT_API_HOST=http://rowboat:3000
- OPENAI_API_KEY=${OPENAI_API_KEY}
restart: unless-stopped
# simulation_runner:
# build:
# context: ./apps/experimental/simulation_runner
# dockerfile: Dockerfile
# environment:
# - MONGODB_URI=mongodb://mongo:27017/rowboat
# - ROWBOAT_API_HOST=http://rowboat:3000
# - OPENAI_API_KEY=${OPENAI_API_KEY}
# restart: unless-stopped
setup_qdrant:
build:
@ -152,18 +152,18 @@ services:
- QDRANT_API_KEY=${QDRANT_API_KEY}
restart: unless-stopped
chat_widget:
build:
context: ./apps/chat_widget
dockerfile: Dockerfile
profiles: [ "chat_widget" ]
ports:
- "3006:3006"
environment:
- PORT=3006
- CHAT_WIDGET_HOST=http://localhost:3006
- ROWBOAT_HOST=http://localhost:3000
restart: unless-stopped
# chat_widget:
# build:
# context: ./apps/experimental/chat_widget
# dockerfile: Dockerfile
# profiles: [ "chat_widget" ]
# ports:
# - "3006:3006"
# environment:
# - PORT=3006
# - CHAT_WIDGET_HOST=http://localhost:3006
# - ROWBOAT_HOST=http://localhost:3000
# restart: unless-stopped
mongo:
image: mongo:latest
@ -190,7 +190,7 @@ services:
# twilio_handler:
# build:
# context: ./apps/twilio_handler
# context: ./apps/experimental/twilio_handler
# dockerfile: Dockerfile
# ports:
# - "4010:4010"