yate in a container

This commit is contained in:
kritzl 2024-09-02 01:19:57 +02:00
commit fe6d795e16
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
5 changed files with 57 additions and 0 deletions

8
compose.yaml Normal file
View file

@ -0,0 +1,8 @@
services:
yate:
build:
dockerfile: Containerfile
context: .
volumes:
- ./conf:/conf
- ./data:/data