Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 318 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 318 Bytes

Auth service — Create and refresh jwt tokens

Getting started

# Setup env
$ cp .env.example .env
# Build base image
$ docker-compose build
# Start developing
$ docker-compose up