sdezza
sdezza
Same problem here. Really need something to be able to delete a user
any news on this problem? I'm facing the exact same problem
Same here, doc isn't clear enough
same issue here. Trying to find a solution
After checking the logs, the GitHub commit ID was correct, so the problem didn't come from there. The solution: delete the Coolify resource and recreate it. Before deleting, remember to...
yes: ```Docker services: django: build: context: . command: ["/usr/src/app/entrypoint.sh"] volumes: - .:/usr/src/app ports: - "8000:8000" celery-worker: build: context: . command: celery -A core worker --loglevel=info depends_on: - django celery-beat: build:...
@djsisson make sense! Should be like the flower mount?