Skip to content

Spring boot resource server and keycloak authentication server with postgres docker compose

License

Notifications You must be signed in to change notification settings

josemmarneca/keycloak_auth_docker_compose_spring_resource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Compose keyclocak and Postgres example

Start the system using the script

Run the script start start.sh or Compile with maven and run docker with build image

Run script start

Edit the file to compile with maven and them run

sh start.sh

Start the system using the command line

Run docker with build image (--build) in background (-d)

docker-compose up --build -d`

Run the System

docker-compose up

The services can be run on the background with command:

docker-compose up -d

Stop the system using the script

Run the script stop stop.sh

Run script stop

sh stop.sh

Start the system using the command line

stop all running containers

docker-compose down

If you need to stop and remove all containers, networks, and all images used by any service in docker-compose.yml file, use the command:

docker-compose down --rmi all

About

Spring boot resource server and keycloak authentication server with postgres docker compose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published