Skip to content

Commit

Permalink
fix: remove keycloak-dev from docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmelati committed Dec 18, 2024
1 parent 4ced06f commit e615c10
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,22 +115,6 @@ services:
retries: 10
start_period: 10s

keycloak-dev:
image: keycloak/keycloak:26.0
command:
- start-dev
- --import-realm
ports:
- "8083:8080"
environment:
- KC_BOOTSTRAP_ADMIN_USERNAME=${KC_BOOTSTRAP_ADMIN_USERNAME}
- KC_BOOTSTRAP_ADMIN_PASSWORD=${KC_BOOTSTRAP_ADMIN_PASSWORD}
volumes:
- ./.docker/keycloak-dev:/opt/keycloak/data/import/
restart: always
networks:
- openid_network

networks:
openid_network:
driver: bridge
Expand Down

0 comments on commit e615c10

Please sign in to comment.