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
- Docker — Get Docker (Docker Desktop for Windows/macOS, Docker Engine for Linux)
Steps
-
Download DataPallas-server-docker.zip
-
Extract the zip file to your preferred location
-
Navigate to the extracted
DataPallasdirectory:cd DataPallas -
Start the containers:
docker compose up -d -
Access the web interface at
http://localhost:9090