fix and update
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user