Immich not starting on Unraid Docker.
Node.js v22.16.0
api worker exited with code 1
Starting api worker
[Nest] 2857 - 06/25/2025, 12:01:26 PM LOG [Api:EventRepository] Initialized websocket server
/app/immich/server/node_modules/postgres/cjs/src/connection.js:388
if (!query || typeof query !== 'object' || !query.reject) throw err
^
Error: connect ECONNREFUSED 192.168.0.35:5433
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1636:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '192.168.0.35',
port: 5433
}
Node.js v22.16.0
api worker exited with code 1
Starting api worker
[Nest] 2882 - 06/25/2025, 12:01:28 PM LOG [Api:EventRepository] Initialized websocket server
/app/immich/server/node_modules/postgres/cjs/src/connection.js:388
if (!query || typeof query !== 'object' || !query.reject) throw err
^
Error: connect ECONNREFUSED 192.168.0.35:5433
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1636:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '192.168.0.35',
port: 5433
}
Node.js v22.16.0
api worker exited with code 1
Starting api worker
Any idea on why this isn't working? My server IP is 192.168.0.19
SQL IP is 192.168.0.35
and Immich IP is 192.168.0.36
Once we get this working, do I need to do anything special to get my reverse proxy with SSL and https working or just point it to my IP and port and call it a day?
Thanks for any time and help you can spare my way



