1
0
Fork 0
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:
Nebel 2022-10-03 21:08:19 +09:00 committed by GitHub
parent ce4c1430a2
commit f1ca42eeb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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