From fc2cd08b266e5fcb155f134328bf2c454f2ed2ea Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Sat, 14 Jun 2025 17:50:03 +0200 Subject: [PATCH] Add env_file configuration for celery service in Docker Compose --- compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yaml b/compose.yaml index f0df675..ab50ecb 100644 --- a/compose.yaml +++ b/compose.yaml @@ -24,6 +24,7 @@ services: command: uv run celery -A musik worker environment: CELERY_BROKER_URL: amqp://rabbitmq:5672// + env_file: stack.env depends_on: - rabbitmq