restore composer.json, add mysqli extension
Some checks failed
Build and Push to Docker Hub / build-test-push (push) Failing after 1m54s

This commit is contained in:
2026-04-15 15:15:05 +05:00
parent ab2dda61f9
commit 24f6fe42cc
7 changed files with 11 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ services:
celery:
build: .
command: celery -A config worker --loglevel=info
command: sh ./scripts/celery.sh
restart: always
volumes:
- .:/code