1
0
Fork 0
mirror of https://codeberg.org/MarkusThielker/next-ory.git synced 2025-07-03 13:29:18 +00:00

Add devcontainer config (basically copy of existing docker compose setup)

This commit is contained in:
Hadley Rich 2024-12-09 17:41:25 +13:00
parent 608b543353
commit d1c3dee3ce
No known key found for this signature in database
GPG key ID: 6F3969CE3DDC340C
10 changed files with 450 additions and 0 deletions

View file

@ -0,0 +1,5 @@
CREATE DATABASE kratos;
GRANT ALL PRIVILEGES ON DATABASE kratos TO postgres;
CREATE DATABASE hydra;
GRANT ALL PRIVILEGES ON DATABASE hydra TO postgres;