添加docker-compose部署方式

This commit is contained in:
haoqi
2022-09-13 23:20:41 +08:00
parent c92461ef93
commit 61efdf492f
21 changed files with 2205 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
FROM docker.io/library/nginx:1.23.1
WORKDIR /pub
EXPOSE 80
COPY ./conf/*.conf /etc/nginx/conf.d/default.conf
COPY ./pub /pub
# HEALTHCHECK --interval=30s --timeout=30s CMD curl -f http://localhost/ks-km/api/v3/open/health || exit 1