update configuration docker setup for data platform
This commit is contained in:
5
01-infra/init/00-create-keycloak-database.sql
Normal file
5
01-infra/init/00-create-keycloak-database.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Create Keycloak database
|
||||
CREATE DATABASE keycloak;
|
||||
|
||||
-- Grant privileges to postgres user
|
||||
GRANT ALL PRIVILEGES ON DATABASE keycloak TO postgres;
|
||||
Reference in New Issue
Block a user