1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

Reverse proxy / load balancer configuration for local development (#2097)

* Add server reverse proxy configuration example for docker compose

* Use n + 100 for Identity load balancer port
This commit is contained in:
Shane Melton
2022-08-31 17:21:40 -07:00
committed by GitHub
parent 2bf8438ff7
commit 9a12992b59
4 changed files with 54 additions and 0 deletions

View File

@ -12,3 +12,8 @@ MYSQL_ROOT_PASSWORD=SET_A_PASSWORD_HERE_123
# Complete using the values from the Manage SSO page in the web vault
IDP_SP_ENTITY_ID=http://localhost:51822/saml2
IDP_SP_ACS_URL=http://localhost:51822/saml2/yourOrgIdHere/Acs
# Optional reverse proxy configuration
# Should match server listen ports in reverse-proxy.conf
API_PROXY_PORT=4100
IDENTITY_PROXY_PORT=33756