Skip to content
Snippets Groups Projects
Verified Commit 397943ef authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Do not run celery with uWSGI in Docker

parent e2eb2476
No related branches found
No related tags found
1 merge request!515Use uWSGI in Docker
Pipeline #6269 passed
......@@ -13,6 +13,7 @@ ENV PIP_USE_DEPRECATED legacy-resolver
ENV ALEKSIS_static__root /usr/share/aleksis/static
ENV ALEKSIS_media__root /var/lib/aleksis/media
ENV ALEKSIS_backup__location /var/lib/aleksis/backups
ENV ALEKSIS_dev__uwsgi__celery false
# Install necessary Debian and PyPI packages for build and runtime
RUN apt-get -y update && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment