Skip to content

Commit

Permalink
Remove mongodb and beat services
Browse files Browse the repository at this point in the history
  • Loading branch information
prihoda committed Aug 15, 2021
1 parent c6bb115 commit 8eb45f1
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,3 @@ services:
depends_on:
- redis
- mongo
# MongoDB provides persistent storage
mongo:
image: mongo
environment:
- MONGO_INITDB_DATABASE=biophi
- HTTP_PROXY
- HTTPS_PROXY
ports:
- "27017:27017"
# Beat provides a Celery beat scheduler that schedules regular tasks
beat:
build:
context: .
dockerfile: Dockerfile
environment:
- FLASK_ENV=development
- CELERY_BROKER_URL=redis://redis:6379/0
- CELERY_RESULT_BACKEND=redis://redis:6379/0
command: make beat-in-docker
depends_on:
- worker

0 comments on commit 8eb45f1

Please sign in to comment.