This commit is contained in:
Den Piligrim
2026-01-31 21:20:12 +03:00
parent ba4b7ef0a4
commit 236d0b2126
+1
View File
@@ -157,6 +157,7 @@ get_random_port() {
done done
} }
FINAL_PORT=$(get_random_port) FINAL_PORT=$(get_random_port)
DB_EXTERNAL_PORT=5432
# --- 4. Генерация паролей --- # --- 4. Генерация паролей ---
DB_PASS=$(openssl rand -base64 12) DB_PASS=$(openssl rand -base64 12)