ui - read variables.env when Linux is used
This commit is contained in:
parent
2f80f64dd5
commit
6240d8e28d
@ -6,6 +6,7 @@ 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]
|
||||
|
||||
1
ui/variables.env
Normal file
1
ui/variables.env
Normal file
@ -0,0 +1 @@
|
||||
DOCKER_HOST=
|
||||
Loading…
x
Reference in New Issue
Block a user