Skip to content
Snippets Groups Projects

Setting Up Your Own Playground Instance

Overview

The playground.digital.auto is an open, web-based prototyping environment designed for developing Software-Defined Vehicle (SDV) solutions.

The playground consists of two primary components:

All services run entirely within Docker containers.

Architecture

Installation

Using Docker

  1. Clone the repository:

    git clone git@gitlab.eclipse.org:eclipse/autowrx/instance-setup.git playground
  2. Navigate to the project folder:

    cd playground
  3. Set up environment variables:

    • Create .env file from .env.example template:

          cp .env.example .env
    • Open .env and update the required environment variables as needed.

  4. Start the services with Docker Compose

    docker compose up -d