fix and update

This commit is contained in:
lendry
2026-06-29 23:35:12 +03:00
parent 40d388e0ed
commit 40057b64c8
7 changed files with 246 additions and 12 deletions

View File

@@ -95,6 +95,9 @@ services:
PUBLIC_API_URL: ${PUBLIC_API_URL:-http://localhost:3002/idp-api}
RABBITMQ_URL: amqp://${RABBITMQ_DEFAULT_USER:-lendry}:${RABBITMQ_DEFAULT_PASS:-lendry_password}@rabbitmq:5672/
LDAP_AUTH_URL: http://ldap-auth:8086
OAUTH_SSL_SANS_FILE: /data/nginx-certs/oauth-redirect-sans.txt
volumes:
- ./nginx/certs:/data/nginx-certs
ports:
- "3001:3001"
- "50051:50051"