Hi Trigger Dev team,
I am writing an application usinhg supabase and came across trigger.dev for running jobs. Seemed like a perfect fit, since I may need to deploy both on prem and on cloud. I followed the instruction given at https://github.com/triggerdotdev/docker . However the trigger.dev server is unable to connect to postgres db. I tried using both supabase DB as well as a standalone db for trigger.dev and but in both cases this error keeps coming 'Can't reach database server at 127.0.0.1:5432' . have tried different combination of ports and url but it just wont connect. However I can connect to the DB using a SQL client such as HeidiSQL . Detailed logs are attached. In the logs at some places there is a message 'prisma client connected' , 'app ready: http://localhost:3030' but then again the same 'Cant reach database server...' starts coming.
Have searched the net and all around but to no avail. Would really appreciate your help on this .. Thanks in advance