Identety is designed to be easy to deploy and configure. The recommended way to get started with Identety is using Docker Compose, which provides a convenient way to run Identety and its required PostgreSQL database.
docker-compose.yml
file with the following content:your-secure-api-key
with a strong API key. This key will be used to secure your Identety deployment.
http://localhost:3000
. You can now start making API requests to the Identety endpoints.<your-database-url>
with the URL of your PostgreSQL database. For example:
host.docker.internal:
as host name.For example:
postgresql://user:password@localhost:5432/identety
will be changed to postgresql://user:password@host.docker.internal:5432/identety