1
0

chore: docker部署安装脚本

This commit is contained in:
TsMask
2024-12-13 14:18:31 +08:00
parent 62bfc47a0a
commit da42adef91
8 changed files with 185 additions and 41 deletions

View File

@@ -16,6 +16,15 @@ rest:
- ipv4: 0.0.0.0
ipv6:
port: 33030
scheme: http
- ipv4: 0.0.0.0
ipv6:
port: 33443
scheme: https
clientAuthType: 0
caFile: /etc/nginx/cert/omc-ca.crt
certFile: /etc/nginx/cert/omc-server.crt
keyFile: /etc/nginx/cert/omc-server.key
webServer:
enabled: false