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