Add docker compose file for fastembed server

This commit is contained in:
Lain Soykaf 2024-05-18 12:19:42 +04:00
parent 769773a500
commit 61e9027131

5
python/compose.yml Normal file
View file

@ -0,0 +1,5 @@
services:
web:
build: .
ports:
- "11345:11345"