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:
- Frontend: GitLab autowrx frontend
- Backend: GitLab autowrx backend-core
All services run entirely within Docker containers.
Installation
Using Docker
-
Clone the repository:
git clone git@gitlab.eclipse.org:eclipse/autowrx/instance-setup.git playground
-
Navigate to the project folder:
cd playground
-
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.
-
-
Start the services with Docker Compose
docker compose up -d