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
Your Rails application expects a running database service. For this service use PostgeSQL database image.
7
+
Your Rails application expects a running database service. For this service use PostgreSQL database image.
8
8
9
9
To create the database service, use the `oc new-app` command. To this command you must pass some necessary environment variables which are used inside the database container. These environment variables are required to set the username, password, and name of the database. You can change the values of these environment variables to anything you would like. The variables are as follows:
0 commit comments