Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Make sure that celerybeat and celeryflower start when we run `dja…
Browse files Browse the repository at this point in the history
…ngo`.
  • Loading branch information
mrmachine committed Sep 20, 2016
1 parent 501bbab commit ff314d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ services:
django:
build: .
links:
- elasticsearch
- celery
- celerybeat
- celeryflower
- elasticsearch
- redis
ports:
- 8000:8000
Expand Down
4 changes: 3 additions & 1 deletion project_template/docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ services:
django:
build: .
links:
- elasticsearch
- celery
- celerybeat
- celeryflower
- elasticsearch
- redis
ports:
- 8000:8000
Expand Down

0 comments on commit ff314d3

Please sign in to comment.