Skip to content

BrunoSzczuk/keycloak-spring

Repository files navigation

Keycloak-Spring Application

This is a sample README for a Dockerized Keycloak-Spring application.

Table of Contents

Prerequisites

Before you begin, ensure you have met the following requirements:

Getting Started

To get started with this application, follow these steps:

  1. Clone this repository:

    git clone https://github.com/BrunoSzczuk/keycloak-spring.git

    Navigate to the project directory:

    cd keycloak-spring

Usage

Build the Docker Image

To build the Docker image for the Keycloak-Spring application, use the following command:

docker build -t keycloak-spring:latest .

Run the Docker Container

To run the Keycloak-Spring application as a Docker container, use the following command:

docker run -p 8080:8080 keycloak-spring:latest

This will start the application on port 8080.

Docker Compose

Alternatively, you can use Docker Compose to simplify running the application and its dependencies. Docker Compose is configured using the docker-compose.yml file provided in this repository.

Start Services with Docker Compose To start the application and its dependencies using Docker Compose, run the following command:

docker-compose up -d

This will start the application and any associated services defined in the docker-compose.yml file.

Stop Services with Docker Compose To stop the services started with Docker Compose, use the following command:

docker-compose down

Releases

No releases published

Packages

No packages published