forked from baron/baron-sso
Implement tenant import and RP auto login policies
This commit is contained in:
@@ -12,8 +12,11 @@ services:
|
||||
- IDP_PROVIDER=ory
|
||||
- OATHKEEPER_API_URL=http://oathkeeper:4456
|
||||
- PROFILE_CACHE_TTL="${PROFILE_CACHE_TTL:-30m}"
|
||||
- SEED_TENANT_CSV_PATH=/app/seed-tenant.csv
|
||||
ports:
|
||||
- "${BACKEND_PORT:-3000}:3000"
|
||||
volumes:
|
||||
- ./adminfront/seed-tenant.csv:/app/seed-tenant.csv:ro
|
||||
depends_on:
|
||||
oathkeeper:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user