Add docker compose file for fastembed server
This commit is contained in:
parent
769773a500
commit
61e9027131
5
python/compose.yml
Normal file
5
python/compose.yml
Normal file
@ -0,0 +1,5 @@
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
ports:
|
||||
- "11345:11345"
|
Loading…
Reference in New Issue
Block a user