feat: update to rAuth v1

This commit is contained in:
Paul Makles
2022-06-04 18:20:38 +01:00
parent 020f2a1b1a
commit 7390b3c087
27 changed files with 596 additions and 1022 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: "3.3"
services:
redis:
image: eqalpha/keydb
ports:
- "6379:6379"
database:
image: mongo
ports:
- "27017:27017"
volumes:
- ./.data/db:/data/db