- Docker
- Make
In order to customize application configuration, you can use environment variables that are listed in the .dev.env
or .docker.env
files
To run the project with docker compose, you need to run the following command:
make prod-up
To stop the project, you need to run the following command:
make prod-down
To run the project in a local environment, you need to run the following command.
make local-up
After that, you can run with IDE or grade command:
male local-run
To stop the project, you need to run the following command:
make local-down