fix(plane): add CELERY_BROKER_URL so api/worker/beat use Redis not AMQP
This commit is contained in:
@@ -174,6 +174,7 @@ services:
|
||||
- DEBUG=0
|
||||
- DATABASE_URL=postgresql://plane:${PLANE_DB_PASSWORD}@postgres_plane:5432/plane
|
||||
- REDIS_URL=redis://redis_plane:6379/
|
||||
- CELERY_BROKER_URL=redis://redis_plane:6379/0
|
||||
- USE_MINIO=1
|
||||
- AWS_REGION=us-east-1
|
||||
- AWS_ACCESS_KEY_ID=${PLANE_MINIO_USER}
|
||||
@@ -202,6 +203,7 @@ services:
|
||||
- DEBUG=0
|
||||
- DATABASE_URL=postgresql://plane:${PLANE_DB_PASSWORD}@postgres_plane:5432/plane
|
||||
- REDIS_URL=redis://redis_plane:6379/
|
||||
- CELERY_BROKER_URL=redis://redis_plane:6379/0
|
||||
- USE_MINIO=1
|
||||
- AWS_REGION=us-east-1
|
||||
- AWS_ACCESS_KEY_ID=${PLANE_MINIO_USER}
|
||||
@@ -227,6 +229,7 @@ services:
|
||||
- DEBUG=0
|
||||
- DATABASE_URL=postgresql://plane:${PLANE_DB_PASSWORD}@postgres_plane:5432/plane
|
||||
- REDIS_URL=redis://redis_plane:6379/
|
||||
- CELERY_BROKER_URL=redis://redis_plane:6379/0
|
||||
depends_on:
|
||||
postgres_plane:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user