Good day.
I am new to Camunda and like to know how to start Camunda Docker image using Google cloud postgres SQL as the database.
I have tried to search for this but could not find any solution. I have tried the Camunda Docker instruction to link an external DB but could not get it right.
Your help will be highly appreciated.
Thanking you in advance.
Regards,
Tebogo.
Hi Tebogo,
What have you tried so far? Why did it not work?
Cheers,
Thorben
Good day Thorben.
Thank you for the response.
I have tried the following example from the Camunda docker page to link the BD:
docker run -d --name camunda -p 8080:8080 --link postgresql:db
-e DB_DRIVER=org.postgresql.Driver
-e DB_URL=jdbc:postgresql://db:5432/process-engine
-e DB_USERNAME=camunda
-e DB_PASSWORD=camunda
camunda/camunda-bpm-platform:latest
I don’t know the correct approach to link a remote cloud DB(Google cloud postgres SQL) to the Camunda docker container .
Your help will be highly appreciated.
Hi @tebogos were you able to start camunda pointing to a Google Coud SQL DB?