feat: update nginx and docker-compose files to support HTTPS. (#2940)

Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
Kenny
2024-03-26 10:37:43 +08:00
committed by GitHub
parent eeaa3c1643
commit 08a5afcf9f
3 changed files with 13 additions and 1 deletions

View File

@@ -326,8 +326,10 @@ services:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
- ./nginx/proxy.conf:/etc/nginx/proxy.conf
- ./nginx/conf.d:/etc/nginx/conf.d
#- ./nginx/ssl:/etc/ssl
depends_on:
- api
- web
ports:
- "80:80"
#- "443:443"