Hi everyone, I'm trying to setup Ory on my local....
# talk-kratos
g
Hi everyone, I'm trying to setup Ory on my local. I ran
docker-compose -f quickstart.yml -f quickstart-standalone.yml up --build --force-recreate
and it spun up four Docker containers, but one of them exited. I tried inspecting for error but I can't seem to see any error message for the failing container. Can anyone help here?
b
That’s intended, the
kratos-migrate
just executes the migrations and exits. If it didn’t fail, everything is in order.
g
Thanks for the reply @bland-eye-99092 But the documentation says that the public and the admin account has to be started for a successful docker compose. And I couldn't see that on my terminal.
b
Have you tried reaching them at
<http://localhost:4433>
or
<http://localhost:4434>
(for admin)?
g
Yes, I did. It says page not found.
But the app is running.
b
Yes, those endpoints are APIs, as in: they don’t host a webpage. Go to
<http://localhost:4455>
in you browser and try to register an account, that should work.
g
Yes, I'm in. Thank you.
@bland-eye-99092 Don't call me lazy, but where can I find the config file that holds my user data, I configured my docker with SQLite. Or how do I access my users data.
b
No worries 🙂 The user data is stored in the
kratos-sqlite
docker volume. You can access that from the containers, but I’d suggest you rather use the admin endpoints to list your identities and then inspect details of the identity