mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-03 02:52:08 +08:00
添加docker-compose部署方式
This commit is contained in:
6
km-dist/docker/knowstreaming-web/Dockerfile
Normal file
6
km-dist/docker/knowstreaming-web/Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user