mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
disable twilio handler in docker compose
This commit is contained in:
parent
f7d3983945
commit
04f9b9249d
1 changed files with 11 additions and 11 deletions
|
|
@ -179,14 +179,14 @@ services:
|
|||
ports:
|
||||
- "8000:8000"
|
||||
|
||||
twilio_handler:
|
||||
build:
|
||||
context: ./apps/twilio_handler
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "4010:4010"
|
||||
environment:
|
||||
- ELEVENLABS_API_KEY=${ELEVENLABS_API_KEY}
|
||||
- ROWBOAT_API_HOST=http://rowboat:3000
|
||||
- MONGODB_URI=${MONGODB_CONNECTION_STRING}
|
||||
restart: unless-stopped
|
||||
# twilio_handler:
|
||||
# build:
|
||||
# context: ./apps/twilio_handler
|
||||
# dockerfile: Dockerfile
|
||||
# ports:
|
||||
# - "4010:4010"
|
||||
# environment:
|
||||
# - ELEVENLABS_API_KEY=${ELEVENLABS_API_KEY}
|
||||
# - ROWBOAT_API_HOST=http://rowboat:3000
|
||||
# - MONGODB_URI=${MONGODB_CONNECTION_STRING}
|
||||
# restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue