From 3cc2da1442be257e23ab0a0771b528d69c85d917 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Tue, 22 Feb 2022 08:54:56 +0100 Subject: [PATCH] Added env var to point conduit to config file --- stacks/matrix.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stacks/matrix.yml b/stacks/matrix.yml index 23cddfb..fe2b8b2 100644 --- a/stacks/matrix.yml +++ b/stacks/matrix.yml @@ -26,6 +26,8 @@ services: configs: - source: conduit_v6 target: '/srv/conduit/conduit.toml' + environment: + - 'CONDUIT_CONFIG=/srv/conduit/conduit.toml' networks: - 'default' - 'public'