2
0

feat:添加https访问

This commit is contained in:
caiyuchao
2025-04-01 18:07:33 +08:00
parent 4b00b3f828
commit 4f623317c8
5 changed files with 54 additions and 1 deletions

View File

@@ -346,12 +346,14 @@ services:
context: ./nginx
ports:
- "${WFC_SERVER_PORT}:${WFC_SERVER_PORT}"
- "${WFC_SERVER_HTTPS_PORT}:${WFC_SERVER_HTTPS_PORT}"
networks:
- wfc-fe-network
- wfc-be-network
volumes:
- ./wfc/modules/file/upload:/opt/wfc/file/upload
- ./nginx/html/dist:/opt/wfc/portal
- ./nginx/ssl:/opt/wfc/ssl
- ./nginx/conf/nginx.conf:/etc/nginx/nginx.conf
- ./nginx/logs:/var/log/nginx
- ./nginx/conf.d:/etc/nginx/conf.d