Skip to content

rick195s/DAE-Project

Repository files navigation

MOCK API

Usada para simular dados externos.

Policies:

Insurers:

insurers.jpg

Insurer_repair_shops:

Policy_type_details:

policy_type_details.png

Repair_shops:

repair_shops.png

Policy_objects:

policy_object.png

Wildfly + PostgreSQL with Docker & Docker Compose

Setup

  1. Copy the .env.example file to a .env file:

    $ cp .env.example .env

Make the adjustments you need, to match your needs.

  1. Start the containers

    $ docker compose up -d

Stoping / Pausing / Restarting the containers

Please, check the documentation for more useful command tips here

How to clear everything from your Computer

To stop and remove all the containers, images, volumes and network, run:

$ docker compose down --rmi all --volumes

Alternative: remove only local (custom) images:

# Only removes the custom wildfly image, if you need to rebuild it again.
$ docker compose down --rmi local

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages