Skip to content

Commit

Permalink
Removed keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
magail committed Sep 9, 2024
1 parent 69bc9ec commit 11a52fb
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- quarkus

quarkus-db:
image: "postgres:15.1"
image: postgres:15.1
restart: always
volumes:
- db-data:/var/lib/postgresql/data
Expand All @@ -35,29 +35,6 @@ services:
networks:
- quarkus

keycloak:
image: jboss/keycloak:16.1.1
container_name: local_keycloak
restart: unless-stopped
environment:
DB_VENDOR: POSTGRES
DB_ADDR: quarkus-db
DB_DATABASE: quarkus
DB_USER: quarkus
DB_SCHEMA: public
DB_PASSWORD: quarkus
KEYCLOAK_USER: admin
KEYCLOAK_PASSWORD: quarkus
# Uncomment the line below if you want to specify JDBC parameters. The parameter below is just an example, and it shouldn't be used in production without knowledge. It is highly recommended that you read the PostgreSQL JDBC driver documentation in order to use it.
#JDBC_PARAMS: "ssl=true"
ports:
- "28080:8080"
networks:
- quarkus
depends_on:
- quarkus-db
- quarkus-app

networks:
quarkus:
driver: bridge
Expand Down

0 comments on commit 11a52fb

Please sign in to comment.