Skip to content

Commit

Permalink
Merge pull request #135 from GSA-TTS/issue-125-aanand-e2e-test
Browse files Browse the repository at this point in the history
Changed to add Flower service
  • Loading branch information
aanand-gsa authored Jan 7, 2025
2 parents 42167ca + bfd3677 commit b365489
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
version: "3.8"
services:
web:
Expand All @@ -10,6 +9,7 @@ services:
- postgres
- redis
- storage
- flower
build: .
volumes:
- .:/app
Expand Down Expand Up @@ -45,3 +45,11 @@ services:
env_file:
- .env
command: server /storage --console-address :9001

flower:
container_name: flower
image: mher/flower
ports:
- "5555:5555"
environment:
- CELERY_BROKER=redis://redis:6379/0

0 comments on commit b365489

Please sign in to comment.