isURL validation error during prod docker setup
Hi everyone
I am facing project startup issue during docker setup for production. The project is throwing error
I have tried multiple combination changing docker file, changing env, removing host but it still remains the same.
The final URL i get in docker echo is
Any help with this would be really appreciated. Thanks
I am facing project startup issue during docker setup for production. The project is throwing error
property PG_DATABASE_URL has failed the following constraints: isUrl. I have tried multiple combination changing docker file, changing env, removing host but it still remains the same.
The final URL i get in docker echo is
postgres://postgres:zestima9696@db:5432/defaultAny help with this would be really appreciated. Thanks


