1
0
Fork 0
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:
Markus Thielker 2024-12-15 03:34:50 +01:00
parent 9a44023b70
commit 07c0d3b696
No known key found for this signature in database
3 changed files with 80 additions and 0 deletions

View file

@ -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;