Add apikey

This commit is contained in:
alikhanich 2023-03-17 09:22:01 +03:00
parent aadf099f50
commit 73cd5ae94d
5 changed files with 50 additions and 9 deletions

View file

@ -3,19 +3,15 @@ version: "3"
services:
wg:
build: .
#image: ngoduykhanh/wireguard-ui:latest
image: wg-ui:latest
container_name: wgui
cap_add:
- NET_ADMIN
network_mode: host
environment:
- SENDGRID_API_KEY
- EMAIL_FROM_ADDRESS
- EMAIL_FROM_NAME
- SESSION_SECRET
- SESSION_SECRET=vnsjdvb9134f39hvn9249
- WGUI_USERNAME=alpha
- WGUI_PASSWORD=this-unusual-password
- WG_CONF_TEMPLATE
- WGUI_PASSWORD=Negjqgfhjkm1!
- WGUI_MANAGE_START=false
- WGUI_MANAGE_RESTART=false
logging: