Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: No need to set DB_HOST variable when running 'docker-compose up' because it is fixed based on container name defined in the docekr-compose file

...

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

...