Updated nginx to toggle ssl

This commit is contained in:
2025-04-12 23:21:25 -04:00
parent 261daa8644
commit 99f23cb05b
7 changed files with 60 additions and 9 deletions

View File

@@ -19,7 +19,6 @@ services:
environment:
SSL_CERT_PATH: /etc/nginx/ssl/localhost.crt
SSL_CERT_KEY_PATH: /etc/nginx/ssl/localhost.key
NGINX_HOST: ${NGINX_HOST:-localhost}
ports:
- "${NGINX_HTTP_PORT:-8080}:80"
- "${NGINX_HTTPS_PORT:-8443}:443"
@@ -126,7 +125,7 @@ services:
dockerfile: Dockerfile
env_file: *env
environment:
- NODE_ENV=${NODE_ENV:-development}
- VITE_NODE_ENV=${VITE_NODE_ENV:-development}
ports:
- "${UI_PORT:-3000}:3000"
volumes: