feat:添加https访问
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user