Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
VERSION=x.y.z-SNAPSHOTlatest DB_USERNAME=cps DB_PASSWORD=cps docker-compose up -d

...

Set environment variables with relevant connection details which can be found in application.yml in dockercps-compose application/resources folder.

Running the project

...