disable twilio handler in docker compose

This commit is contained in:
Ramnique Singh 2025-04-01 14:41:26 +05:30
parent f7d3983945
commit 04f9b9249d

View file

@ -179,14 +179,14 @@ services:
ports: ports:
- "8000:8000" - "8000:8000"
twilio_handler: # twilio_handler:
build: # build:
context: ./apps/twilio_handler # context: ./apps/twilio_handler
dockerfile: Dockerfile # dockerfile: Dockerfile
ports: # ports:
- "4010:4010" # - "4010:4010"
environment: # environment:
- ELEVENLABS_API_KEY=${ELEVENLABS_API_KEY} # - ELEVENLABS_API_KEY=${ELEVENLABS_API_KEY}
- ROWBOAT_API_HOST=http://rowboat:3000 # - ROWBOAT_API_HOST=http://rowboat:3000
- MONGODB_URI=${MONGODB_CONNECTION_STRING} # - MONGODB_URI=${MONGODB_CONNECTION_STRING}
restart: unless-stopped # restart: unless-stopped