Mac mongodb support and minor fixes

This commit is contained in:
cruiza 2024-03-26 07:21:08 +01:00
parent feb0951e2f
commit 2bc5b51c45
3 changed files with 3 additions and 1 deletions

View File

@ -67,6 +67,7 @@ services:
environment:
- MONGODB_ROOT_USER=${MONGO_ADMIN_USERNAME:-}
- MONGODB_ROOT_PASSWORD=${MONGO_ADMIN_PASSWORD:-}
- EXPERIMENTAL_DOCKER_DESKTOP_FORCE_QEMU=${EXPERIMENTAL_DOCKER_DESKTOP_FORCE_QEMU:-0}
depends_on:
setup:
condition: service_completed_successfully

View File

@ -68,6 +68,8 @@ if [ "$START" = "true" ]; then
fi
export LAN_PRIVATE_IP
fi
# MongoDB support on Apple Silicon
export EXPERIMENTAL_DOCKER_DESKTOP_FORCE_QEMU=1
echo "Starting OpenVidu..."
export RUN_WITH_SCRIPT=true

View File

@ -2,7 +2,6 @@
setlocal enabledelayedexpansion
:: Function to show help
call :showHelp || exit /b 1
goto :main
:showHelp