Skip to content

Repository files navigation

OpenSim AI Stack - Docker Compose

A docker compose for starting OpenSim AI Stack.

Quick Start

Run:

cd opensim-ai-docker
./run.sh myhostname

or setup manually ..

cp .env.example .env
./generate-janus-tokens.sh # If you want Voice support
OPENSIM_HOSTNAME=myhostname docker compose up -d

or 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

Alternative Setup Methods

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

Access Your 3D World

Login with a Viewer to (default username is Bot Handler and password is changeme):

http://myhostname:9000

When You Are Done

Bring down:

docker compose down

Or if you want to completely wipe configuration and data ...

docker compose down -v

Direct GitHub Files

About

A docker stack for Opensimulator that allows easy setup of an AI enabled virtual world

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages