Is there a docker compose file out there at all to...
# ory-selfhosting
b
Is there a docker compose file out there at all to start all services and get them to work with each other?
d
which services are you using?
b
None of the ory network yet but I would love to use the whole thing to be honest
s
Well just to clarify terms, Ory Network typically refers to Ory's hosted managed service where you can just hook in and use the auth tooling. If you are self hosting and running things in a docker container cluster, you're usually dealing with Kratos and Hydra. Depending on your setup you may also be using Keto.
👍 1
b
@sparse-father-97864 I want to be able to use it all together as one thing. I am referring to the docker cluster as network because the hope is to have them cluster together
s
Yeah, you can call it what you want. I just wanted to be clear, when you say 'ory network' around here most of the time people are going to think you're talking about managed Ory, not self-hosted Ory.
m
@bland-fireman-84185 We have 2 places where you can find resources that help: community projects in the docs: https://www.ory.sh/docs/ecosystem/community community examples: https://github.com/ory/examples/ This is also an excellent example with docker-compose examples included: https://push-based.io/article/integrate-ory-in-a-nestjs-application