Usada para simular dados externos.
Policies:
Insurers:
Insurer_repair_shops:
Policy_type_details:
Repair_shops:
Policy_objects:
-
Copy the .env.example file to a .env file:
$ cp .env.example .env
Make the adjustments you need, to match your needs.
-
Start the containers
$ docker compose up -d
Please, check the documentation for more useful command tips here
To stop and remove all the containers, images, volumes and network, run:
$ docker compose down --rmi all --volumes
# Only removes the custom wildfly image, if you need to rebuild it again.
$ docker compose down --rmi local