You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @epichiori
The connection to the database is specified with the DATABASE_URL environment variable. Here's an example of the value for this variable:
To deploy on prod environment I changed the Dockerfile to run as "non root" user and to set the env to production:
In config directory I set the variable to point to env variables in prod.exs file :
My modifcations seems not working.
The build operations are ok:
But the pod give the following error messages:
How can i set correctly the PROD env and how can I use env variables to load producion values?
Thank you in advance,
E. Pichiori
The text was updated successfully, but these errors were encountered: