commit: 61e9027131843858b017d3b7c18c3a396d5656a9 parent 769773a500d4c6ec021776b493f7d98c9f87e81e Author: Lain Soykaf <lain@lain.com> Date: Sat, 18 May 2024 12:19:42 +0400 Add docker compose file for fastembed serverDiffstat:
A | python/compose.yml | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)diff --git a/python/compose.yml b/python/compose.yml
@@ -0,0 +1,5 @@ +services: + web: + build: . + ports: + - "11345:11345"