Updated nginx to toggle ssl
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user