mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Add OAuth2 token flow to API
This commit is contained in:
parent
47187138b6
commit
aeac3c4b10
3 changed files with 38 additions and 2 deletions
|
|
@ -24,6 +24,9 @@ services:
|
|||
- "2939:8080"
|
||||
environment:
|
||||
- "DATABASE_URI=postgres://postgres:postgres@db:5432/postgres"
|
||||
- "CLIENT_ID"
|
||||
- "CLIENT_SECRET"
|
||||
- "REDIRECT_URI"
|
||||
db:
|
||||
image: postgres:alpine
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue