Make pool and poolSong global variables
Build / build (push) Successful in 48s

This commit is contained in:
2026-05-26 20:54:12 +02:00
parent d152ec1f11
commit a446dad7b6
12 changed files with 253 additions and 258 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ services:
ports:
- "5433:5432"
healthcheck:
test: ["CMD-SHELL", "pg_isready -U testuser -d music_server_test"]
test: ["CMD-SHELL", "pg_isready -U postgres -d postgres"]
interval: 5s
timeout: 5s
retries: 5