Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 614 Bytes

File metadata and controls

26 lines (17 loc) · 614 Bytes

knockbox/authentication

The User & Authentication service.

Docker

This assumes you have the local/docker-compose found in knockbox/architecture up and running to ensure the required database, cache, etc. are all existing for you to work with. If you are using other hosted services feel free to stand this up however you see fit.

Build

You can build the current environment using:

docker build -t knockbox/auth .

Run

The container can be run locally using:

docker run -p 9090:9090 --env-file .env.docker-local knockbox/auth