forked from baron/baron-sso
"" 제거
This commit is contained in:
@@ -74,10 +74,10 @@ services:
|
||||
container_name: ory_hydra
|
||||
environment:
|
||||
- DSN=postgres://${ORY_POSTGRES_USER}:${ORY_POSTGRES_PASSWORD}@postgres_ory:5432/${HYDRA_DB:-ory_hydra}?sslmode=disable&max_conns=20
|
||||
- URLS_SELF_ISSUER="${USERFRONT_URL:-http://localhost:5000}/oidc"
|
||||
- URLS_LOGIN="${USERFRONT_URL:-http://localhost:5000}/login"
|
||||
- URLS_CONSENT="${USERFRONT_URL:-http://localhost:5000}/consent"
|
||||
- SECRETS_SYSTEM="${ORY_POSTGRES_PASSWORD}"
|
||||
- URLS_SELF_ISSUER=${USERFRONT_URL:-http://localhost:5000}/oidc
|
||||
- URLS_LOGIN=${USERFRONT_URL:-http://localhost:5000}/login
|
||||
- URLS_CONSENT=${USERFRONT_URL:-http://localhost:5000}/consent
|
||||
- SECRETS_SYSTEM=${ORY_POSTGRES_PASSWORD}
|
||||
volumes:
|
||||
- ./docker/ory/hydra:/etc/config/hydra
|
||||
command: serve -c /etc/config/hydra/hydra.yml all --dev
|
||||
|
||||
Reference in New Issue
Block a user