From f1ca42eeb9c36fc8f73cb6fd744b48937d84d21c Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Mon, 3 Oct 2022 21:08:19 +0900 Subject: [PATCH] use jwk.pages.dev --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 4328151..5ffe256 100644 --- a/compose.yml +++ b/compose.yml @@ -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