File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11services :
22 web :
33 ports :
4- - ${HTTPS_PORT:-443}:443
5- environment :
6- SERVER_NAME : ${SERVER_NAME:-}
7- SSL_CERTIFICATE : ${SSL_CERTIFICATE:-}
8- SSL_CERTIFICATE_KEY : ${SSL_CERTIFICATE_KEY:-}
9- volumes :
10- - ${CONFIG_DIR}/nginx/cert:/etc/nginx/cert
11- - ${CONFIG_DIR}/nginx/lb_http_server.conf:/etc/nginx/sites-enabled/https_server.conf
4+ - ${HTTP_PORT-80}:80
Original file line number Diff line number Diff line change 11services :
22 web :
33 ports :
4- - ${HTTP_PORT-80}:80
4+ - ${HTTPS_PORT:-443}:443
5+ environment :
6+ SERVER_NAME : ${SERVER_NAME:-}
7+ SSL_CERTIFICATE : ${SSL_CERTIFICATE:-}
8+ SSL_CERTIFICATE_KEY : ${SSL_CERTIFICATE_KEY:-}
9+ volumes :
10+ - ${CONFIG_DIR}/nginx/cert:/etc/nginx/cert
11+ - ${CONFIG_DIR}/nginx/lb_http_server.conf:/etc/nginx/sites-enabled/https_server.conf
You can’t perform that action at this time.
0 commit comments