This commit is contained in:
2026-04-28 02:31:41 +09:30
parent 3a9687fac4
commit 1682fda5e7
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ setup_database() {
-e POSTGRES_USER=postgres \
-e POSTGRES_PASSWORD=postgres \
-p 5432:5432 \
-d postgres:16-alpine
-d postgres:17-alpine
echo -e "${BLUE}Waiting for PostgreSQL to be ready...${NC}"
sleep 10