This PR added the service "workers" to docker-compose file of Carrot enabling the containerisation of Azure functions. Also, it fixed and changed some configs of other services of Carrot enabling Carrot to work properly on the Docker server.
Notice some necessary steps to work with Carrot through Docker compose:
It will need Seeding and create superuser on Django exec Docker console
Installing and Setting up the queue and blobs in the Azure Local Storage are needed
The env. file of Next client app still needed
Loading database about concept, and vocab to the local database is needed
Run the "web" service first, and generate the AZ_FUNCTION_KEY, by using tokens from localhost:8000/admin/
Close #805
Checks
Important: please complete these before merging.
[x] Run migrations, if any.
[x] Update changelog.md, including migration instructions if any.
Changes
This PR added the service "workers" to docker-compose file of Carrot enabling the containerisation of Azure functions. Also, it fixed and changed some configs of other services of Carrot enabling Carrot to work properly on the Docker server.
Notice some necessary steps to work with Carrot through Docker compose:
Close #805
Checks
Important: please complete these before merging.
changelog.md
, including migration instructions if any.