Update Servers/Containerization/Docker/Compose/Password Pusher.md
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
**Purpose**: An application to securely communicate passwords over the web. Passwords automatically expire after a certain number of views and/or time has passed. Track who, what and when.
|
**Purpose**: An application to securely communicate passwords over the web. Passwords automatically expire after a certain number of views and/or time has passed. Track who, what and when.
|
||||||
|
|
||||||
## Docker Configuration
|
## Docker Configuration
|
||||||
```jsx title="docker-compose.yml"
|
```yaml title="docker-compose.yml"
|
||||||
version: '3'
|
version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@ -27,7 +27,7 @@ networks:
|
|||||||
external: true
|
external: true
|
||||||
```
|
```
|
||||||
|
|
||||||
```jsx title=".env"
|
```yaml title=".env"
|
||||||
PWPUSH_MASTER_KEY=<PASSWORD>
|
PWPUSH_MASTER_KEY=<PASSWORD>
|
||||||
PWP__BRAND__TITLE="Bunny Lab"
|
PWP__BRAND__TITLE="Bunny Lab"
|
||||||
PWP__BRAND__SHOW_FOOTER_MENU=false
|
PWP__BRAND__SHOW_FOOTER_MENU=false
|
||||||
@ -62,7 +62,7 @@ PWP__LOG_LEVEL=info
|
|||||||
|
|
||||||
## 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:
|
||||||
password-pusher:
|
password-pusher:
|
||||||
|
Reference in New Issue
Block a user