* fix: docker compose error, dependency sql missing, when running with RUN_MYSQL=false * fix spelling error --------- Co-authored-by: Ravi Khetani <r.khetani@institute.global>
248 B
248 B
- [Bugfix] Fix "Error: service "xqueue-job" depends on undefined service mysql: invalid compose project" - add conditional statement to check whether the mysql service is enabled or if the user is using an external mysql instance. (by @ravikhetani)