mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-26 17:06:23 +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:
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue