mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-13 08:15:21 +02:00
8 lines
382 B
YAML
8 lines
382 B
YAML
|
|
services:
|
||
|
|
api:
|
||
|
|
volumes:
|
||
|
|
- ./api/services/telephony/providers/three_cx:/app/api/services/telephony/providers/three_cx:ro
|
||
|
|
- ./api/services/telephony/providers/__init__.py:/app/api/services/telephony/providers/__init__.py:ro
|
||
|
|
- ./api/schemas/telephony_config.py:/app/api/schemas/telephony_config.py:ro
|
||
|
|
- ./api/alembic/versions:/app/api/alembic/versions:ro
|