Maagan-Michael / invitease

A self contained invitation management system for gatekeeping.
GNU General Public License v3.0
8 stars 1 forks source link

Implemented scripts for seeding keycloak. #58

Closed inbarbarkai closed 2 years ago

yarons commented 2 years ago

I like it, it's really necessary but I'm wondering if there's an integral way to implement it, I think I found a way to do it automatically directly from docker-compose like that:

keycloak:
  image: bitnami/keycloak:latest
  volumes:
    - /path/to/init-scripts:/docker-entrypoint-initdb.d

Can I try before merging?

inbarbarkai commented 2 years ago

Sure

inbarbarkai commented 2 years ago

@yarons Since your suggestion cannot work at this point, don't you think it is better to merge?

yarons commented 2 years ago

Yeah, I'll merge and continue to play with it later.

So far we have this: https://github.com/bitnami/bitnami-docker-keycloak/issues/41

yarons commented 2 years ago

Just don't remove the branch yet, I'm still working on it :)