add docker-compose file

This commit is contained in:
2025-03-19 15:15:30 -04:00
parent f25dfc4d3d
commit 32ed489449

10
docker-compose.yaml Normal file
View File

@@ -0,0 +1,10 @@
services:
freeswitch:
build:
context: .
dockerfile: Dockerfile
ports:
- 5060:5060/udp
volumes:
- ./config:/usr/local/freeswitch/conf
- ./db:/usr/local/freeswitch/db