Deployment
This tutorial walks you through a quick setup of Authority, a PostgreSQL instance, and a simple User Login & Consent App based on Docker Compose. You need to have the latest Docker and Docker Compose version installed.
Dockerfile
Authority project contains a simple Dockerfile that compiles and builds a simple docker image with little to no dependencies.
Docker-Compose
To start using Authority run the following command
To change the Authority server configuration change the local.env file
Last updated