Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chase Qi
docker-compose
Commits
7edc016a
Commit
7edc016a
authored
Mar 02, 2022
by
Chase Qi
Browse files
server: define variable GUNICORN_BIND for 2022.02 and newer releases
Signed-off-by:
Chase Qi
<
chase.qi@linaro.org
>
parent
180549f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yaml
View file @
7edc016a
...
...
@@ -57,6 +57,10 @@ services:
-
lava-coordinator
environment
:
SERVICES
:
"
gunicorn"
# Since release 2022.02, naming of environmental variables for gunicorn
# arguments is unified with prefix 'GUNICORN_'.
GUNICORN_BIND
:
"
--bind
lava-server:8000"
# Keep the old variable so that it is backwards compatible.
BIND
:
"
--bind
lava-server:8000"
LAVA_ADMIN_USERNAME
:
"
${DC_LAVA_ADMIN_USERNAME}"
LAVA_ADMIN_PASSWORD
:
"
${DC_LAVA_ADMIN_PASSWORD}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment