feat: 新增docker部署相关信息

This commit is contained in:
Tim
2025-09-28 18:05:49 +08:00
parent b0597d34b6
commit c0ca615439
2 changed files with 47 additions and 0 deletions

9
docker/DockerFile Normal file
View File

@@ -0,0 +1,9 @@
# opensearch
FROM opensearchproject/opensearch:3.0.0
RUN /usr/share/opensearch/bin/opensearch-plugin install -b analysis-icu
RUN /usr/share/opensearch/bin/opensearch-plugin install -b \
https://github.com/aparo/opensearch-analysis-pinyin/releases/download/3.0.0/opensearch-analysis-pinyin.zip
# ...