diff options
author | Lain Soykaf <lain@lain.com> | 2024-05-18 12:19:42 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2024-05-18 12:19:42 +0400 |
commit | 61e9027131843858b017d3b7c18c3a396d5656a9 (patch) | |
tree | a9f40df0ecd99e019ba8a4cfa0260b23ca31f5a0 /python | |
parent | 769773a500d4c6ec021776b493f7d98c9f87e81e (diff) | |
download | pleroma-61e9027131843858b017d3b7c18c3a396d5656a9.tar.gz pleroma-61e9027131843858b017d3b7c18c3a396d5656a9.zip |
Add docker compose file for fastembed server
Diffstat (limited to 'python')
-rw-r--r-- | python/compose.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/compose.yml b/python/compose.yml new file mode 100644 index 000000000..d4cb31722 --- /dev/null +++ b/python/compose.yml @@ -0,0 +1,5 @@ +services: + web: + build: . + ports: + - "11345:11345" |