lxc.env 449 B

1234567891011121314
  1. # -*- coding: utf-8; mode: sh indent-tabs-mode: nil -*-
  2. # SPDX-License-Identifier: AGPL-3.0-or-later
  3. # Herein we place all, what is needed to know when inside containers. Its
  4. # sourced from different context --> do not manipulate the environment directly,
  5. # implement functions!
  6. # shellcheck shell=sh
  7. searx_suite_set_env() {
  8. export FILTRON_API="0.0.0.0:4005"
  9. export FILTRON_LISTEN="0.0.0.0:4004"
  10. export MORTY_LISTEN="0.0.0.0:3000"
  11. }