Skip to content
Snippets Groups Projects
README.md 2.79 KiB

URBANITE Dashboard Controller

This repository contains the docker-compose used by the URBANITE Dashboard Controller (Spring Boot App) secured by Keycloak IDM.

The docker-compose uses as internal components the following:

  • Spring Boot as Controller
  • PostgreSQL as meta-data storage DBMS
  • Keycloak as IDM

Table of Contents

  1. Docker
  2. Docker-compose
  3. RESTFull APIs
  4. Data Model
  5. IDM Configuration
  6. License

Docker

Build docker image:

$ cd urbanite-dashboard-controller
$ docker build ./ -t dashboardapp

Docker-compose