A docker compose for starting OpenSim AI Stack.
Run:
cd opensim-ai-docker
./run.sh myhostnameor setup manually ..
cp .env.example .env
./generate-janus-tokens.sh # If you want Voice support
OPENSIM_HOSTNAME=myhostname docker compose up -dor Browse to (default username is ConsoleUser and password is ConsolePass). You will be guided through creating your grid, region, bot and user.
http://myhostname:8993
You can also skip the setup wizard and have setup automatically performed based on environment variabls (see .env.example near the top).
To start a standalone simulator ..
OPENSIM_PROVISION_MODE=auto OPENSIM_HOSTNAME=myhostname docker compose up -d
Or a ROBUST grid ..
OPENSIM_PROVISION_MODE=grid OPENSIM_HOSTNAME=myhostname docker compose up -d
Login with a Viewer to (default username is Bot Handler and password is changeme):
http://myhostname:9000
Bring down:
docker compose downOr if you want to completely wipe configuration and data ...
docker compose down -v