Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 716 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 716 Bytes

Docker Build Status

Docker image definitions and docker-compose profiles to run whereabouts and its database. whereabouts runs the application server through OpenJDK, and whereabouts-database its database through PostgreSQL.

Build

Build the image with:

docker build -t thehyve/whereabouts . --no-cache

Usage

Run the full stack with:

export KEYCLOAK_SERVER_URL=https://keycloak.example.com
export KEYCLOAK_REALM=dev
export KEYCLOAK_CLIENT_ID=whereabouts
docker-compose -f docker-compose.yml up

Those command will build or download the images, and run the containers.