Rework ob_compose alias to function

README.md and env
This commit is contained in:
jerlendds
2023-11-05 08:11:32 -07:00
parent ae36a1731c
commit 4ac8ed7a4f
2 changed files with 4 additions and 2 deletions

View File

@@ -38,7 +38,7 @@
![ob-new-ui-demo](https://github.com/jerlendds/osintbuddy/assets/29207058/d3aba90a-9f63-4e4a-b501-bd247c87dd16)
⚠️ **Searching for contributors**, if you want to help, please contact me on the **[forum](https://forum.osintbuddy.com)** or on the **[discord](https://discord.gg/gsbbYHA3K3)** ⚠️
⚠️ **Searching for contributors**, if you want to help, please contact me on the **[forum](https://forum.osintbuddy.com)** or on the **[OSINTBuddy discord](https://discord.gg/gsbbYHA3K3)** ⚠️
---
</p>

View File

@@ -12,7 +12,9 @@ export COMPOSE_ENV_FILES="$(pwd)/.env.alpha"
export COMPOSE_FILE="$(pwd)/alpha-compose.yml"
export OB_COMPOSE_OVERRIDE="$(pwd)/alpha-compose.override.yml"
alias ob_compose="$docker_path-compose -f $COMPOSE_FILE -f $OB_COMPOSE_OVERRIDE"
ob_compose() {
$docker_path-compose -f $COMPOSE_FILE -f $OB_COMPOSE_OVERRIDE "$@"
}
# Colored logs...