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