adding backend port env var to nginx

This commit is contained in:
2025-11-20 22:13:58 +00:00
parent dc09ddefca
commit df2beb7b1d
4 changed files with 5 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ services:
container_name: nginx
environment:
BACKEND_HOST: "${BACKEND_HOST}" # from .env
BACKEND_PORT: "${BACKEND_PORT}" # from .env
DOMAIN: "${DOMAIN}" # from .env
restart: unless-stopped
depends_on: