add dbgate and mssql
This commit is contained in:
+5
-2
@@ -72,6 +72,7 @@ Examples:
|
||||
|
||||
* SMTP credentials
|
||||
* PostgreSQL passwords
|
||||
* MSSQL SA password
|
||||
* OpenProject secrets
|
||||
* Future OAuth secrets
|
||||
|
||||
@@ -169,11 +170,13 @@ Priority:
|
||||
|
||||
## Database Security
|
||||
|
||||
PostgreSQL is not exposed publicly.
|
||||
PostgreSQL and Microsoft SQL Server are not exposed publicly.
|
||||
|
||||
Database access is restricted to Docker internal networks.
|
||||
|
||||
Applications communicate with PostgreSQL through the internal Docker network.
|
||||
Applications and DbGate communicate with the database containers through the `internal` Docker network.
|
||||
|
||||
DbGate is the public administration entry point and must require authentication and HTTPS. Its web interface is routed through Nginx Proxy Manager; database ports `5432` and `1433` remain private.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user