About Base Solution

URIs in the live environment

URIs in docker locally

URIs running make dev in the respective folders

Makefile in order to launch the solution

down:
  docker compose down
lite:
  docker compose up --build postgres keycloak 
normal:
  docker compose up --build postgres keycloak nginx www
full:
  docker compose up --build
dev:
  docker compose up --build postgres keycloak nginx www pgadmin kafka kafka-ui api portal rabbitmq
dev1:
  docker compose up --build postgres keycloak nginx www pgadmin api portal redmine
deploy:
  docker compose --env-file .env.prod up --build -d