1
0
forked from baron/baron-sso

fix: Keto 연결 설정 오류 수정 및 ReBAC 권한 상속 정책 추가 #239

This commit is contained in:
2026-02-11 10:58:10 +09:00
parent 4ef7ab78e2
commit 10aa6f837f
4 changed files with 18 additions and 2 deletions

View File

@@ -121,6 +121,9 @@ services:
keto:
image: oryd/keto:${KETO_VERSION:-v25.4.0}
container_name: ory_keto
ports:
- "4466:4466" # Read API
- "4467:4467" # Write API
environment:
- DSN=postgres://${ORY_POSTGRES_USER}:${ORY_POSTGRES_PASSWORD}@postgres_ory:5432/${KETO_DB:-ory_keto}?sslmode=disable&max_conns=20
volumes: