From 46225701e43b770fa4efdf771a6d6ed03003c05d Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Sat, 14 Jun 2025 17:09:13 +0200 Subject: [PATCH] Add env_file configuration for musik service in Docker Compose --- compose.yaml | 1 + stack.env | 0 2 files changed, 1 insertion(+) create mode 100644 stack.env diff --git a/compose.yaml b/compose.yaml index 95a2147..fe4cc9d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -10,6 +10,7 @@ services: - /docker/musik/static:/app/static environment: CELERY_BROKER_URL: amqp://rabbitmq:5672// + env_file: stack.env depends_on: - rabbitmq - celery diff --git a/stack.env b/stack.env new file mode 100644 index 0000000..e69de29