Update docker compose with Bitwarden (#2253)
This commit is contained in:
@@ -72,6 +72,15 @@ services:
|
|||||||
# - AWS_REGION=us-west-2 # Replace this with a different AWS region, if you desire
|
# - AWS_REGION=us-west-2 # Replace this with a different AWS region, if you desire
|
||||||
# - AWS_ACCESS_KEY_ID=FILL_ME_IN_PLEASE
|
# - AWS_ACCESS_KEY_ID=FILL_ME_IN_PLEASE
|
||||||
# - AWS_SECRET_ACCESS_KEY=FILL_ME_IN_PLEASE
|
# - AWS_SECRET_ACCESS_KEY=FILL_ME_IN_PLEASE
|
||||||
|
#
|
||||||
|
# Bitwarden Settings
|
||||||
|
# If you are looking to integrate Skyvern with a password manager (eg Bitwarden), you can use the following environment variables.
|
||||||
|
# - BITWARDEN_SERVER=http://localhost # OPTIONAL IF YOU ARE SELF HOSTING BITWARDEN
|
||||||
|
# - BITWARDEN_SERVER_PORT=8002 # OPTIONAL IF YOU ARE SELF HOSTING BITWARDEN
|
||||||
|
# - BITWARDEN_CLIENT_ID=FILL_ME_IN_PLEASE
|
||||||
|
# - BITWARDEN_CLIENT_SECRET=FILL_ME_IN_PLEASE
|
||||||
|
# - BITWARDEN_MASTER_PASSWORD=FILL_ME_IN_PLEASE
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Reference in New Issue
Block a user