mirror of
https://codeberg.org/MarkusThielker/next-ory.git
synced 2025-07-01 20:49:18 +00:00
NORY-36: add Ory Keto to Docker Compose setup
This commit is contained in:
parent
9a44023b70
commit
07c0d3b696
3 changed files with 80 additions and 0 deletions
|
@ -3,3 +3,6 @@ GRANT ALL PRIVILEGES ON DATABASE kratos TO postgres;
|
|||
|
||||
CREATE DATABASE hydra;
|
||||
GRANT ALL PRIVILEGES ON DATABASE hydra TO postgres;
|
||||
|
||||
CREATE DATABASE keto;
|
||||
GRANT ALL PRIVILEGES ON DATABASE keto TO postgres;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue