Docker image for Portfolio Performance, an open source tool to track financial assets & investments.
10K+
This repository contains docker images for Portfolio Performance, a financial asset & investment tracking tool.
This Docker image is based on the image jlesage/baseimage-gui and provides an easy way to access Portfolio Performance on any system with a web browser. The image includes all necessary dependencies and configurations to run the application with a graphical interface.
Following architecutes are supported by the main app:
| Architecture | Build arguments |
|---|---|
x86_64 | --build-arg ARCH=x86_64 |
aarch64 | --build-arg ARCH=aarch64 |
Docker tags follow portfolio-performance application release versions
• 0.1.2 → application v0.1.2
• latest → latest stable release
Use specific version tags in production for reproducibility.
You can pull the pre-built image from Docker Hub using the following commands:
# Get example compose for configuration
curl -L -O https://raw.githubusercontent.com/meronx/portfolio-performance/refs/heads/main/compose.yml
# Run docker container with example compose.yaml
docker compose up -d
Content type
Image
Digest
sha256:833ce5702…
Size
429 MB
Last updated
6 days ago
docker pull meronx/portfolio-performance