mirror of
https://github.com/kou029w/quot.git
synced 2025-01-18 16:08:03 +00:00
use jwk.pages.dev
This commit is contained in:
parent
ce4c1430a2
commit
f1ca42eeb9
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ services:
|
|||
# https://www.rfc-editor.org/rfc/rfc6749#section-2.3.1
|
||||
QUOT_OPENID_CLIENT_ID: ${QUOT_OPENID_CLIENT_ID:?}
|
||||
QUOT_OPENID_CLIENT_SECRET: ${QUOT_OPENID_CLIENT_SECRET:?}
|
||||
QUOT_JWK: ${QUOT_JWK:?} # https://mkjwk.org
|
||||
QUOT_JWK: ${QUOT_JWK:?} # https://jwk.pages.dev
|
||||
DATABASE_URL: postgresql://postgres:${POSTGRES_PASSWORD}@/postgres?host=/var/run/postgresql
|
||||
volumes:
|
||||
- postgres_socket:/var/run/postgresql
|
||||
|
|
Loading…
Add table
Reference in a new issue