From 0bb8bed5799f697c6a14c4d26ff0bf0820ac592b Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Mon, 15 May 2023 00:07:44 +0200 Subject: [PATCH] refactor(snipeit): Harmonize example context --- snipeit/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snipeit/README.md b/snipeit/README.md index f1ef1ad..6994cd0 100644 --- a/snipeit/README.md +++ b/snipeit/README.md @@ -1,12 +1,12 @@ # How to -Add a `COMPOSE_ENV_FILE` and export it along with the location where this repo subdirectory lives, here for example `/opt/containers/snipeit` plus all other variables. At [env/fully.qualified.domain.name_ctx.example](env/fully.qualified.domain.name_ctx.example) you'll find an example file. For parameters that aren't self-explanatory check out [Environment variables](#environment-variables) below. +Add a `COMPOSE_ENV_FILE` and export it along with the location where this repo subdirectory lives, here for example `/opt/containers/snipeit` plus all other variables. At [env/fully.qualified.domain.name_ctx.example](env/fully.qualified.domain.name_ctx.example) you'll find an example file. For parameters that aren't self-explanatory check out [Environment variables](#environment-variables) below. The `COMPOSE_CTX` here will be equal to whatever's in your `CONTEXT` down in [Environment variables](#environment-variables). ## Prep ``` export COMPOSE_DIR='/opt/containers/snipeit' -export COMPOSE_CTX='loft' +export COMPOSE_CTX='ux_edmonton' export COMPOSE_PROJECT_NAME='snipeit-'"${COMPOSE_CTX}" export COMPOSE_FILE="${COMPOSE_DIR}"'/docker-compose.yml' export COMPOSE_ENV_FILE=