Add docker-compose.yaml

This commit is contained in:
Sangye Ince-Johannsen 2024-11-05 00:45:29 +01:00
parent 3fe1016715
commit 1679bae1c1

6
docker-compose.yaml Normal file
View file

@ -0,0 +1,6 @@
version: '3'
services:
matrix-to:
build: .
ports:
- "3636:5000"