Skip to content

Commit

Permalink
chore: use gunicorn from the base image
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 7, 2024
1 parent 524af8f commit da1f74b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM weblate/dev:2024.45.5 AS build
FROM weblate/dev:2024.45.6 AS build

ARG TARGETARCH

Expand Down Expand Up @@ -36,7 +36,7 @@ RUN /app/venv/bin/python -c 'from phply.phpparse import make_parser; make_parser
RUN ln -s /app/venv/share/weblate/examples/ /app/


FROM weblate/base:2024.45.5 AS final
FROM weblate/base:2024.45.6 AS final

ENV WEBLATE_VERSION=5.8.3

Expand Down
2 changes: 1 addition & 1 deletion etc/supervisor/conf.d/web.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[program:gunicorn]
command = /app/venv/bin/gunicorn
command = /opt/tools/bin/gunicorn
weblate.wsgi:application
--preload
--timeout 3600
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ djangorestframework==3.15.2
gevent==24.10.3
git-review==2.4.0
google-cloud-translate==3.17.0
gunicorn==23.0.0
hiredis==3.0.0
html2text==2024.2.26
httpretty==1.1.4
Expand Down

0 comments on commit da1f74b

Please sign in to comment.