feat: add private staging postgres topology

This commit is contained in:
Jesse_Chen
2026-07-21 07:45:14 +08:00
parent d913291cee
commit 10bec0408b
7 changed files with 393 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
services:
postgres:
ports:
- "127.0.0.1:${POSTGRES_HOST_PORT:-55432}:5432"