Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.39 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.39 KB

Build Project Github Action Status REUSE status Quality Gate Status CII Best Practices Slack

CoMPAS Sitipe Service

Local Development

You can start the mssql database by running one of the following commands:

Mac M1

docker-compose --env-file docker/.env -f docker/docker-compose-m1.yml up -d --build

AMD64

docker-compose --env-file docker/.env -f docker/docker-compose-amd64.yml up -d --build

Quarkus can be started in dev mode:

./mvnw -DskipTests=true  package io.quarkus:quarkus-maven-plugin::dev