mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05:00
Shim DevContainer and local
This commit is contained in:
parent
1a2fff7d65
commit
64e2b85e8c
@ -3,9 +3,15 @@ if [[ -z "${CODESPACES}" ]]; then
|
|||||||
if [[ -z "${HOSTNAME}" ]]; then
|
if [[ -z "${HOSTNAME}" ]]; then
|
||||||
# Add docker compose profile using local strategy
|
# Add docker compose profile using local strategy
|
||||||
echo "Locally"
|
echo "Locally"
|
||||||
|
# No need to patch it into another compose project when ran locally
|
||||||
|
docker compose --profile "$1" up -d
|
||||||
else
|
else
|
||||||
# Add docker compose profile to dev container
|
# Add docker compose profile to dev container
|
||||||
|
# Is this definitely always the same thing as codespaces?
|
||||||
echo "In DevContainer"
|
echo "In DevContainer"
|
||||||
|
source_dir="$( dirname "${BASH_SOURCE[0]}")"
|
||||||
|
echo $source_dir
|
||||||
|
docker compose -p bitwarden_common --profile "$1" -f "${source_dir}/docker-compose.yml" up -d
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
# Add docker compose profile to codespace
|
# Add docker compose profile to codespace
|
||||||
|
Loading…
x
Reference in New Issue
Block a user