add ns compose

This commit is contained in:
Rodolfo Berrios
2025-12-02 14:13:30 -03:00
parent 6f316319d4
commit 30f1bcebcc
4 changed files with 10 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ if [ "${ENCRYPTION_KEY}" == "" ]; then
fi
mkdir -p $(dirname ${NAMESPACE_FILE})
cat >${NAMESPACE_FILE} <<EOM
COMPOSE=${COMPOSE}
HOSTNAME=${HOSTNAME}
ENCRYPTION_KEY=${ENCRYPTION_KEY}
EOM