ui - read variables.env when Linux is used

This commit is contained in:
bunkerity 2021-08-11 16:37:01 +02:00
parent 2f80f64dd5
commit 6240d8e28d
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
2 changed files with 3 additions and 1 deletions

View File

@ -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
View File

@ -0,0 +1 @@
DOCKER_HOST=