-
marco.martorana@eng.it authoredmarco.martorana@eng.it authored
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
Docker
Build docker image:
$ cd urbanite-dashboard-controller
$ docker build ./ -t dashboardapp