esc
Type to search the docs
Back to catalog

wallos

Tested

Subscription and expense tracker with multi-currency support

Run locally

Tested and verified to launch successfully.

Terminal
$ npx launchfile up wallos

Requires Docker Desktop. No source code needed — pulls pre-built images and starts wallos with all dependencies.

Image: bellamy/wallos:latest
Launchfile View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: wallos
description: "Subscription and expense tracker with multi-currency support"
repository: https://github.com/ellite/Wallos
logo: https://raw.githubusercontent.com/ellite/Wallos/main/images/icon/favicon.svg

image: bellamy/wallos:latest
provides:
  - protocol: http
    port: 80
    exposed: true
storage:
  data:
    path: /var/www/html/db
    persistent: true
restart: always

Test Results

Last Tested

2026-04-08

Health Check

Passing

Startup Time

6s

Total Disk

224 MB

Learn More

Spec references for features used in this Launchfile.

Related Apps