Mac mongodb support and minor fixes
This commit is contained in:
parent
feb0951e2f
commit
2bc5b51c45
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
setlocal enabledelayedexpansion
|
||||
|
||||
:: Function to show help
|
||||
call :showHelp || exit /b 1
|
||||
goto :main
|
||||
|
||||
:showHelp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user