添加描述文档
This commit is contained in:
parent
7325ab9ba1
commit
8fb3476840
|
|
@ -80,7 +80,7 @@ services:
|
||||||
]
|
]
|
||||||
|
|
||||||
polaris-wvp:
|
polaris-wvp:
|
||||||
image: polaris-wvp:2.7.6
|
image: polaris-wvp:2.7.7
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- media-net
|
- media-net
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
#/bin/bash
|
#/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
version=2.7.6
|
#和docker-compose.yml中的version一致
|
||||||
|
version=2.7.7
|
||||||
|
|
||||||
# Use current directory as build context to access both wvpcode and wvp folders
|
# Use current directory as build context to access both wvpcode and wvp folders
|
||||||
docker build --no-cache -f ./Dockerfile -t polaris-wvp:${version} .
|
docker build --no-cache -f ./Dockerfile -t polaris-wvp:${version} .
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
默认用户名 admin 密码 admin
|
||||||
|
|
||||||
|
mac 本地构建过程:
|
||||||
|
1: wvp 源码构建
|
||||||
|
在 docker/wvp 目录下执行 ./build.sh
|
||||||
|
|
||||||
|
2: 部署
|
||||||
|
2.1 cd到docker目录
|
||||||
|
2.2 修改docker-compose.yaml中使用wvp镜像的版本号
|
||||||
|
2.3 执行docker compose up -d
|
||||||
|
|
||||||
Loading…
Reference in New Issue