Sign inSign up

meronx/portfolio-performance

By meronx

Updated 6 days ago

Docker image for Portfolio Performance, an open source tool to track financial assets & investments.

Image
Content management system
1

10K+

meronx/portfolio-performance repository overview

Portfolio Performance Docker Image

This repository contains docker images for Portfolio Performance, a financial asset & investment tracking tool.

Introduction

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.

Supported architectures

Following architecutes are supported by the main app:

ArchitectureBuild arguments
x86_64--build-arg ARCH=x86_64
aarch64--build-arg ARCH=aarch64
Release versions

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.

Prerequisites

  • Docker installed on your system.
  • Basic knowledge of Docker commands.

Usage

Pulling image from Docker Hub

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

Tag summary

Content type

Image

Digest

sha256:833ce5702

Size

429 MB

Last updated

6 days ago

docker pull meronx/portfolio-performance