forked from baron/baron-sso
실행 오류 수정
This commit is contained in:
@@ -217,25 +217,25 @@ services:
|
|||||||
image: oryd/hydra:${HYDRA_VERSION:-v25.4.0}
|
image: oryd/hydra:${HYDRA_VERSION:-v25.4.0}
|
||||||
environment:
|
environment:
|
||||||
- HYDRA_ADMIN_URL=http://hydra:4445
|
- HYDRA_ADMIN_URL=http://hydra:4445
|
||||||
command: >
|
command: |
|
||||||
/bin/sh -c "
|
hydra clients create \
|
||||||
hydra clients create
|
--endpoint http://hydra:4445 \
|
||||||
--endpoint http://hydra:4445
|
--id adminfront \
|
||||||
--id adminfront
|
--secret admin-secret \
|
||||||
--secret admin-secret
|
--grant-types authorization_code,refresh_token \
|
||||||
--grant-types authorization_code,refresh_token
|
--response-types code \
|
||||||
--response-types code
|
--scope openid,offline_access,profile,email \
|
||||||
--scope openid,offline_access,profile,email
|
--callbacks http://localhost:5000/callback;
|
||||||
--callbacks http://localhost:5000/callback;
|
|
||||||
hydra clients create
|
hydra clients create \
|
||||||
--endpoint http://hydra:4445
|
--endpoint http://hydra:4445 \
|
||||||
--id devfront
|
--id devfront \
|
||||||
--grant-types authorization_code,refresh_token
|
--grant-types authorization_code,refresh_token \
|
||||||
--response-types code
|
--response-types code \
|
||||||
--scope openid,offline_access,profile,email
|
--scope openid,offline_access,profile,email \
|
||||||
--token-endpoint-auth-method none
|
--token-endpoint-auth-method none \
|
||||||
--callbacks http://localhost:5174/callback;
|
--response-types code \
|
||||||
"
|
--callbacks http://localhost:5174/callback;
|
||||||
depends_on:
|
depends_on:
|
||||||
ory_stack_check:
|
ory_stack_check:
|
||||||
condition: service_completed_successfully
|
condition: service_completed_successfully
|
||||||
|
|||||||
Reference in New Issue
Block a user