Update Servers/Containerization/Docker/Compose/VaultWarden.md
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
**Purpose**: Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs.
|
**Purpose**: Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs.
|
||||||
|
|
||||||
```jsx title="docker-compose.yml"
|
```yaml title="docker-compose.yml"
|
||||||
---
|
---
|
||||||
version: "2.1"
|
version: "2.1"
|
||||||
services:
|
services:
|
||||||
@ -37,12 +37,12 @@ networks:
|
|||||||
!!! warning "ADMIN_TOKEN"
|
!!! warning "ADMIN_TOKEN"
|
||||||
It is **CRITICAL** that you never share the `ADMIN_TOKEN` with anyone. It allows you to log into the instance at https://vault.example.com/admin to add users, delete users, make changes system wide, etc.
|
It is **CRITICAL** that you never share the `ADMIN_TOKEN` with anyone. It allows you to log into the instance at https://vault.example.com/admin to add users, delete users, make changes system wide, etc.
|
||||||
|
|
||||||
```jsx title=".env"
|
```yaml title=".env"
|
||||||
Not Applicable
|
Not Applicable
|
||||||
```
|
```
|
||||||
## Traefik Reverse Proxy Configuration
|
## Traefik Reverse Proxy Configuration
|
||||||
If the container does not run on the same host as Traefik, you will need to manually add configuration to Traefik's dynamic config file, outlined below.
|
If the container does not run on the same host as Traefik, you will need to manually add configuration to Traefik's dynamic config file, outlined below.
|
||||||
``` yaml
|
```yaml
|
||||||
http:
|
http:
|
||||||
routers:
|
routers:
|
||||||
bunny-vaultwarden:
|
bunny-vaultwarden:
|
||||||
|
Reference in New Issue
Block a user