The flightlog application with a docker-compose config
All micro-services and the frontend can be developed with hot-reloading. All you need to do to run
the stack, is to write docker-compose up
.
- Frontend: port 8080, username
test
, passworda
- Keycloak admin: port 8082, username
admin
, passwordadmin
- User/Flights database port 3307, username
root
, passwordmy-secret-password
- Keycloak database port 3308, username
root
, passwordroot