Self-Host with Docker

Deploy DataPallas Server as Docker containers on Windows, Linux, or macOS — no Java installation needed.


DataPallas Server can be deployed as Docker containers on Windows, Linux, and macOS. Docker packages the server together with all its dependencies — no Java installation needed.

Prerequisites

  • DockerGet Docker (Docker Desktop for Windows/macOS, Docker Engine for Linux)

Steps

  1. Download DataPallas-server-docker.zip

  2. Extract the zip file to your preferred location

  3. Navigate to the extracted DataPallas directory:

    cd DataPallas
  4. Start the containers:

    docker compose up -d
  5. Access the web interface at http://localhost:9090