refactor: optimize database indexes and introduce an index migration step

This commit is contained in:
g0ldyy
2025-12-31 12:28:37 +01:00
parent 32e5127dd3
commit 356be2590c
2 changed files with 78 additions and 101 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ services:
- "-c"
- "max_connections=100"
volumes:
- postgres_data:/var/lib/postgresql/18/docker
- postgres_data:/var/lib/postgresql/
healthcheck:
test: ["CMD-SHELL", "pg_isready -U comet -d comet"]
interval: 5s