phase 3 bug repositories fixes

This commit is contained in:
2026-05-07 01:15:32 +02:00
parent 200c4f43ea
commit 44359c1bb0
29 changed files with 1223 additions and 51 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ version: "3.9"
services:
postgres:
image: postgres:16-alpine
image: postgres:18
restart: unless-stopped
environment:
POSTGRES_DB: forgebucket
@@ -14,7 +14,7 @@ services:
ports:
- "5432:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
- postgres_data:/var/lib/postgresql
healthcheck:
test: ["CMD-SHELL", "pg_isready -U forgebucket"]
interval: 5s