2023-03-23 16:43:18 +01:00
|
|
|
COMPOSE_PROJECT_NAME=bitwardenserver
|
2021-11-24 19:08:36 +01:00
|
|
|
# Ensure the MSSQL_PASSWORD is complex and follows the password policy defined at
|
|
|
|
# https://docs.microsoft.com/en-us/sql/relational-databases/security/password-policy?view=sql-server-ver15
|
2023-11-06 22:58:32 +01:00
|
|
|
|
|
|
|
# The MSSQL*_PASSWORD variables can be the same value; MSSQL_SA_PASSWORD is used for VS Code devcontainers
|
|
|
|
# and MSSQL_PASSWORD is used for docker-compose for traditional dev configurations.
|
2021-10-13 19:30:03 +02:00
|
|
|
MSSQL_PASSWORD=SET_A_PASSWORD_HERE_123
|
2023-11-06 22:58:32 +01:00
|
|
|
MSSQL_SA_PASSWORD=SET_A_PASSWORD_HERE_123
|
2021-10-13 19:30:03 +02:00
|
|
|
MAILCATCHER_PORT=1080
|
2022-01-12 14:17:30 +01:00
|
|
|
|
|
|
|
# Alternative databases
|
|
|
|
POSTGRES_PASSWORD=SET_A_PASSWORD_HERE_123
|
|
|
|
MYSQL_ROOT_PASSWORD=SET_A_PASSWORD_HERE_123
|
2022-05-25 22:23:58 +02:00
|
|
|
|
|
|
|
# IdP configuration
|
|
|
|
# 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
|
2022-09-01 02:21:40 +02:00
|
|
|
|
|
|
|
# Optional reverse proxy configuration
|
|
|
|
# Should match server listen ports in reverse-proxy.conf
|
|
|
|
API_PROXY_PORT=4100
|
|
|
|
IDENTITY_PROXY_PORT=33756
|