when i tried to build formsflow-form,formflow-bpm ,keycloak etc from deployment docker i got error saying "could not connect to database". But i can build all these seperately.
Asked
Active
Viewed 119 times
2

Athira S Raj
- 187
- 7
-
What was the command you used to bring up the server? – Kurian Benoy Sep 28 '21 at 06:31
1 Answers
1
It looks like from the error logs you are missing environment variables for database which is required to set up forms-flow-ai in Docker. You can checkout the Installation steps of formsflow.ai solution in docker and follow along it to resolve the issue.

Kurian Benoy
- 849
- 6
- 12
-
1i copied the same command which mentioned in github.I restarted my system and now it worked – Athira S Raj Sep 30 '21 at 07:58