add converter local launch

This commit is contained in:
Svitin Egor
2025-04-25 14:39:55 +03:00
committed by Madina
parent 9be0a46162
commit 95626d1c62
4 changed files with 98 additions and 0 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
version: "3.8"
services:
converter:
build:
dockerfile: DockerfileLocal
ports:
- '5678:5678'
volumes:
- ./:/app