Live Docker NocoDB Django Postgres Project:
7. Nginx Gateway and Architecture Introduction
Overarching Nginx gateway for all branches (repo/gateway/README.md)
This is only meant to be used on CI/CD and/or production server (see docs/devops.../...architecture.png).
It is an extra over-arching instance of nginx for CI/CD to route to real nginx instance (from root docker-compose.yml) on all github branches.
There is no point in running it locally.
Debugging is better done by cloning production with branch content included.
Real relevant readme is in .github/workflows/README.md instead.
As for files here, they're used to generate or re-generate over-arching configuration file.
Code that runs these files is in .github/workflows/main.yml.
Thank you for understanding.
Architecture
