Вариант запуска Postgres в Docker

This commit is contained in:
2025-09-14 21:37:42 +03:00
parent 6d8cedfb7d
commit 1635cd18d7
5 changed files with 167 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
#!/bin/bash
docker compose exec -it db psql -U ${POSTGRES_USER:-postgres} -d demo