fix(plane): add CELERY_BROKER_URL so api/worker/beat use Redis not AMQP

This commit is contained in:
ginnoir
2026-06-04 20:06:20 -05:00
parent c5f8e41e8a
commit d73008dd9c
+3
View File
@@ -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