mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
10 lines
398 B
Plaintext
10 lines
398 B
Plaintext
COMPOSE_PROJECT_NAME=BitwardenServer
|
|
# 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
|
|
MSSQL_PASSWORD=SET_A_PASSWORD_HERE_123
|
|
MAILCATCHER_PORT=1080
|
|
|
|
# Alternative databases
|
|
POSTGRES_PASSWORD=SET_A_PASSWORD_HERE_123
|
|
MYSQL_ROOT_PASSWORD=SET_A_PASSWORD_HERE_123
|