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
|
||||||
|
Reference in New Issue
Block a user