Make vaultwarden available for external access and rename stack security to vault.

This commit is contained in:
2021-11-16 05:43:02 +01:00
parent 86e49e754a
commit 5d21a25597
3 changed files with 44 additions and 28 deletions

View File

@@ -104,6 +104,14 @@ networks:
name: home
````
### SQLite3
Vaultwarden stores data in a sqlite database. To view data sqlite3 should be installed.
````
sudo apt install sqlite3
````
## Components and structure
The root's docker-compose is used to install common components like databases and traefik.
@@ -136,7 +144,7 @@ Subdirectories are used to structure and keep components independent. You have t
- nextcloud-fpm
- nginx
### Security
### Vault
- vaultwarden