Tweaking nginx and env vars

This commit is contained in:
2025-04-12 23:47:47 -04:00
parent 99f23cb05b
commit 67334d5dd0
6 changed files with 11 additions and 16 deletions

9
.env
View File

@@ -5,9 +5,8 @@ NGINX_SSL_ENABLED=false
NGINX_PROTOCOL=http
NGINX_HTTP_PORT=8080
NGINX_HTTPS_PORT=8443
NGINX_MINIO_HOST=host.docker.internal
NGINX_API_HOST=host.docker.internal
NGINX_UI_HOST=host.docker.internal
# Set to 'localhost' or 'host.docker.internal' or '172.17.0.1'
NGINX_INTERNAL_HOST=host.docker.internal
POSTGRES_HOST=localhost
POSTGRES_USER=aviation
@@ -27,11 +26,7 @@ MINIO_PORT=9000
MINIO_PORT_INTERNAL=9001
MINIO_BROWSER_REDIRECT_URL=${NGINX_PROTOCOL}://${NGINX_HOST}:${NGINX_HTTPS_PORT}/minio/
UI_PROTOCOL=http
UI_PORT=3000
API_PROTOCOL=http
API_HOST=0.0.0.0
API_PORT=5000
SSL_CA_NAME=ca