Before running the service, you need to start Postgres database using available script:
sh start-dev-db.shUse sbt run command
- Docker daemon needs to be available for SBT packager plugin
First you need to build an image. In order to do that just run SBT commands to build a service image:
sbt stage
sbt docker:publishLocalNow you can run the environment. There are two shell scripts to start and stop docker-compose environment which includes Postgres database as well
start script:
sh start.shstop script:
sh remove.sh