fixing bugs

This commit is contained in:
DioCrafts
2025-03-23 22:44:18 +01:00
parent 72de043184
commit 9a9fd72f61
54 changed files with 2593 additions and 513 deletions
+2 -4
View File
@@ -1,8 +1,6 @@
version: '3.8'
services:
postgres:
image: postgres:16-alpine
image: postgres:17.4-alpine
restart: always
environment:
POSTGRES_USER: postgres
@@ -20,4 +18,4 @@ services:
retries: 5
volumes:
pg_data:
pg_data: