From 56f06666850f3c86157e5912e5c888f40b021a78 Mon Sep 17 00:00:00 2001 From: Suchintan Date: Wed, 30 Apr 2025 00:34:45 -0400 Subject: [PATCH] Update docker compose with Bitwarden (#2253) --- docker-compose.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 8896a5d5..4dcebf59 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -72,6 +72,15 @@ services: # - AWS_REGION=us-west-2 # Replace this with a different AWS region, if you desire # - AWS_ACCESS_KEY_ID=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: postgres: condition: service_healthy