Add Docker Compose stack for L2 Essence 542 with PostgreSQL 17 and install scripts.

This commit is contained in:
test
2026-05-18 12:42:00 +03:00
commit a4a3a2aa09
8 changed files with 505 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
-- Расширения для init-скриптов (опционально).
CREATE EXTENSION IF NOT EXISTS pgcrypto;