phillezi/eqlib-back

By phillezi

Updated 9 months ago

Backend container for our equipment-library school project

Image
API Management
0

255

Equipment library backend container

A backend container made with Spring-Boot, built with GraalVM

Environment variables

KEYCLOAK_CLIENT_ID=<YOUR_KEYCLOAK_CLIENT_ID_HERE> # myclientid
KEYCLOAK_ISSUER_URI=<YOUR_KEYCLOAK_URL + /realms/ + YOUR_KEYCLOAK_REALM> # https://keycloak.com/realms/myrealm
MONGODB_URI=<YOUR_MONGODB_CONNECTIONSTRING> # mongodb://user:password@localhost:27017/database
# Optional
ADMIN_EMAIL=<THE_EMAILS_OF_YOUR_ADMINS_COMMA_SEPARATED> # admin@example.com, admin2@example.com (should be the email that is used on your keycloak users)

Docker Pull Command

docker pull phillezi/eqlib-back