mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05:00
Devcontainer restart enhancements (#5965)
* Add environment variable options to quickly start the devcontainer Co-authored-by: tangowithfoxtrot <tangowithfoxtrot@users.noreply.github.com> * Fix DEV_CERT_CONTENTS --------- Co-authored-by: tangowithfoxtrot <tangowithfoxtrot@users.noreply.github.com>
This commit is contained in:
@ -26,3 +26,12 @@ IDENTITY_PROXY_PORT=33756
|
||||
# Optional RabbitMQ configuration
|
||||
RABBITMQ_DEFAULT_USER=bitwarden
|
||||
RABBITMQ_DEFAULT_PASS=SET_A_PASSWORD_HERE_123
|
||||
|
||||
# Environment variables that help customize dev container start
|
||||
# Without these the dev container will ask these questions in an interactive manner
|
||||
# when possible (excluding running in GitHub Codespaces)
|
||||
# SETUP_SECRETS_JSON=yes
|
||||
# SETUP_AZURITE=yes
|
||||
# RUN_MSSQL_MIGRATIONS=yes
|
||||
# DEV_CERT_PASSWORD=dev_cert_password_here
|
||||
# INSTALL_STRIPE_CLI=no
|
||||
|
Reference in New Issue
Block a user