Alaa Kaddour

Results 2 comments of Alaa Kaddour

It's working but the UI and the version is old: celery==5.3.1 redis==5.0.0 DockerFile : ``` FROM python:3.8.18-alpine3.18 # Get latest root certificates RUN apk add --no-cache ca-certificates && update-ca-certificates COPY...