feat: Added nginx container to docker compose file
Server Deploy / deploy (push) Successful in 9s
Chart Release / chart (push) Successful in 10s

This commit is contained in:
2026-09-10 08:43:25 +00:00
parent 1538ae9bd1
commit b36a696d0e
4 changed files with 90 additions and 5 deletions
+3
View File
@@ -17,4 +17,7 @@ KEY_ENCRYPTION_KEY=
# MongoDB is bundled in this compose file. Override only to use an external DB.
MONGO_URI=mongodb://mongo:27017/vantage
# Host port the bundled nginx reverse proxy listens on (plain HTTP).
NGINX_HTTP_PORT=80
# Where workflow run logs are written inside the server container.