mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-03 13:58:41 +00:00
Add docker compose file for fastembed server
This commit is contained in:
parent
769773a500
commit
61e9027131
1 changed files with 5 additions and 0 deletions
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 a new issue