Skip to content

Commit

Permalink
Add redis to docker-compose.yml
Browse files Browse the repository at this point in the history
Celery is using it as the results backend
  • Loading branch information
javihernandez committed Dec 18, 2024
1 parent 0f3de68 commit 33011e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ services:
- ".:/code"
depends_on:
- rabbitmq
- redis

scheduler:
image: alts-scheduler:latest
Expand All @@ -52,6 +53,9 @@ services:
depends_on:
- rabbitmq

redis:
image: redis

alts_tests:
image: alts-tests:latest
build:
Expand Down

0 comments on commit 33011e0

Please sign in to comment.