Skip to content

Commit

Permalink
add uwsgi vars to nginx service (#11186)
Browse files Browse the repository at this point in the history
Co-authored-by: optimistic5 <[email protected]>
  • Loading branch information
optimistic5 and optimistic5 authored Dec 11, 2024
1 parent 890b6cb commit 277a0eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ services:
- uwsgi
environment:
NGINX_METRICS_ENABLED: "${NGINX_METRICS_ENABLED:-false}"
DD_UWSGI_HOST: "${DD_UWSGI_HOST:-uwsgi}"
DD_UWSGI_PORT: "${DD_UWSGI_PORT:-3031}"
volumes:
- defectdojo_media:/usr/share/nginx/html/media
ports:
Expand Down

0 comments on commit 277a0eb

Please sign in to comment.