зеркало из https://github.com/mozilla/bugbug.git
8c75cd5a5c
Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.20.2 to 3.21.0. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.20.2...3.21.0) --- updated-dependencies: - dependency-name: marshmallow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
bugbug_http | ||
tests | ||
.dockerignore | ||
Dockerfile | ||
Dockerfile.bg_worker | ||
MANIFEST.in | ||
README.md | ||
docker-compose.yml | ||
ensure_models.sh | ||
requirements.txt | ||
setup.py |
README.md
Local development
For starting the service locally run the following commands.
Start Redis:
docker-compose up redis
Build the http service image:
docker build -t mozilla/bugbug-http-service -f Dockerfile .
Start the http service:
docker-compose up bugbug-http-service
Build the background worker image:
docker build -t mozilla/bugbug-http-service-bg-worker --build-arg TAG=latest -f Dockerfile.bg_worker .
Run the background worker:
docker-compose up bugbug-http-service-bg-worker