Skip to content

rgl/vaultwarden-docker-compose-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Start it up:

docker compose up

Register the [email protected] account at:

http://localhost:8080/#/[email protected]

Login with the created credentials.

Under the VERIFY EMAIL widget, click the Send Email button.

Read (and respond) the confirmation email at:

http://localhost:8025

Repeat the process and register the [email protected] account.

Create the Example organization with the [email protected] email at:

http://localhost:8080/#/create-organization

Add the [email protected] to the Example organization.

After Alice responds to the email confirming she want to join the organization, Bob must still confirm this in the Organization Manage People page, e.g., at:

http://localhost:8080/#/organizations/225036f6-7089-4ad0-9668-cec2990ea94e/manage/people

Poke the database:

docker compose exec --user postgres postgres psql vaultwarden
-- show tables.
\d
-- show users.
select * from users;

Destroy everything:

docker compose down --volumes --remove-orphans --timeout=0

About

example vaultwarden in docker compose

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published