mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ui - read variables.env when Linux is used
This commit is contained in:
parent
2f80f64dd5
commit
6240d8e28d
2 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,8 @@ After=network.target
|
|||
User=nginx
|
||||
Group=nginx
|
||||
WorkingDirectory=/opt/bunkerized-nginx/ui
|
||||
EnvironmentFile=/opt/bunkerized-nginx/ui/variables.env
|
||||
ExecStart=gunicorn --bind 127.0.0.1:5000 -m 007 wsgi:app
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
1
ui/variables.env
Normal file
1
ui/variables.env
Normal file
|
|
@ -0,0 +1 @@
|
|||
DOCKER_HOST=
|
||||
Loading…
Reference in a new issue