chore: small improvements

This commit is contained in:
ITQ
2025-07-25 02:08:41 +03:00
parent 3804495ce5
commit bb65de3b99
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -183,3 +183,6 @@ Dockerfile.staticfiles
# Collected static files
static
# Profile files
*.prof
+1 -1
View File
@@ -40,4 +40,4 @@ EXPOSE 8080
HEALTHCHECK --interval=30s --timeout=5s --start-period=5s --start-interval=2s --retries=3 \
CMD wget --no-verbose --tries=1 --spider http://127.0.0.1:8080/health?format=json || exit 1
CMD [ "opentelemetry-instrument", "--service_name", "backend-django", "--traces_exporter", "zipkin_json", "gunicorn", "config.wsgi", "--workers=8", "-b", "0.0.0.0:8080", "--access-logfile", "-", "--error-logfile", "-" ]
CMD [ "opentelemetry-instrument", "--service_name", "backend-django", "--traces_exporter", "zipkin_json", "gunicorn", "config.wsgi", "--workers=2", "-b", "0.0.0.0:8080", "--access-logfile", "-", "--error-logfile", "-" ]