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

@@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y gettext-base
# Replace variables at build time
ENV BACKEND_HOST=backend
ENV BACKEND_PORT=8080
ENV DOMAIN=example.com
ENTRYPOINT ["/entrypoint.sh"]