Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docker-compose with celery #51

Merged
merged 2 commits into from
Sep 12, 2023
Merged

Conversation

thenav56
Copy link
Member

@thenav56 thenav56 commented Sep 11, 2023

  • Addresses Changes in backend

Changes

  • Update docker-compose.yml to include configuration for
    • Celery (worker)
    • Enketo

Breaking change

Default database name is changed

 docker-compose down -v # Use space to remove from history
docker-compose up -d
docker-compose exec api ./manage.py migrate

# Add ALLOW_DUMMY_DATA_SCRIPT=true > .env
docker-compose exec api ./manage.py load_dummy_data --delete-all

This PR doesn't introduce any:

  • temporary files, auto-generated files or secret keys
  • build works
  • eslint issues
  • typescript issues
  • codegen errors
  • console.log meant for debugging
  • typos
  • unwanted comments
  • conflict markers

This PR contains valid:

  • permission checks

@AdityaKhatri AdityaKhatri merged commit 1e98792 into develop Sep 12, 2023
@AdityaKhatri AdityaKhatri deleted the feature/add-celery branch September 12, 2023 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants