Hi, every time i create the tuples it get done suc...
# talk-keto
m
Hi, every time i create the tuples it get done successfully and on verfication i get required result like either denied or allowed but soon i stop the docker-compose and run again all the tuples are lost, it does not presist the data like the created tuples etc. I am using this docker-compose locally https://github.com/gen1us2k/ory_workshop/tree/master/keto.
s
That uses an in-memory database (see the dsn config key) You either have to start a proper DB instance or use a file with SQLite
Have a look at the quick start in the keto repository
👀 1