From 491cb95a1f910e17ac022ddfa73b68aae2fbc6e2 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 1 Mar 2020 18:28:10 +0100 Subject: utils/lxc.env: separate environment that is used in containers Signed-off-by: Markus Heiser --- utils/lxc.env | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 utils/lxc.env (limited to 'utils/lxc.env') diff --git a/utils/lxc.env b/utils/lxc.env new file mode 100644 index 000000000..d470f256c --- /dev/null +++ b/utils/lxc.env @@ -0,0 +1,14 @@ +# -*- coding: utf-8; mode: sh indent-tabs-mode: nil -*- +# SPDX-License-Identifier: AGPL-3.0-or-later + +# Herein we place all, what is needed to know when inside containers. Its +# sourced from different context --> do not manipulate the environment directly, +# implement functions! + +# shellcheck shell=sh + +searx_suite_set_env() { + export FILTRON_API="0.0.0.0:4005" + export FILTRON_LISTEN="0.0.0.0:4004" + export MORTY_LISTEN="0.0.0.0:3000" +} -- cgit v1.2.3