Skip to content

Microservices travel center system written in Java - search, book, and buy tours

Notifications You must be signed in to change notification settings

Microarchitecturovisco/travel-api

Repository files navigation

backend

Using docker compose

To start all services use this command in the project root directory:

docker compose up -d

This command will also optionally build the .jars if they aren't already packaged.

To stop all associated containers, run:

docker compose down