with versions 2.6.0 & 2.6.1 deployment fails with below error.
Starting Gotify version 2.6.0@2024-11-15-19:19:19
panic: dial tcp [::1]:5432: connect: connection refused
goroutine 1 [running]:
main.main()
/src/gotify/app.go:47 +0x39c
Starting Gotify version 2.6.0@2024-11-15-19:19:19
panic: dial tcp [::1]:5432: connect: connection refused
same compose works fine with 2.5.0
using postgres as DB.