We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679d2d0 commit 614bbdeCopy full SHA for 614bbde
docker-compose-dev.yml
@@ -4,6 +4,8 @@ services:
4
command: "poetry run python3 /api/manage.py runserver 0.0.0.0:8000"
5
env_file:
6
- .env
7
+ environment:
8
+ - CELERY_BROKER_URL=amqp://guest:guest@broker:5672
9
ports:
10
- 8000:8000
11
volumes:
docker-compose-prod.yml
@@ -3,6 +3,8 @@ services:
3
image: ${account_id}.dkr.ecr.us-west-1.amazonaws.com/go-capture:${image_hash}
worker:
0 commit comments