`psql` is linked in docker-compose, and this gets ...
# spicedb
s
psql
is linked in docker-compose, and this gets run on db init:
Copy code
create user spicedb;
alter user spicedb password '25p1cy4m3';
create database spicedb;
grant all on database spicedb to spicedb;