VOIP / docker-compose.yml
Shymaa2611
Add application files
da8dab8
raw
history blame contribute delete
134 Bytes
version: '3.8'
services:
app:
build: .
container_name: VOIP
ports:
- "8000:8000"
volumes:
- .:/app