Run locally
Tested and verified to launch successfully.
Terminal
$ npx launchfile up sure Requires Docker Desktop. No source code needed — pulls pre-built images and starts sure with all dependencies.
Image:
ghcr.io/we-promise/sure:latest Launchfile
View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: sure
description: "Financial planning and wealth management platform for personal finance overview"
repository: https://github.com/we-promise/sure
logo: https://raw.githubusercontent.com/we-promise/sure/main/public/logo.svg
image: ghcr.io/we-promise/sure:latest
provides:
- protocol: http
port: 3000
exposed: true
storage:
data:
path: /app/data
persistent: true
restart: always Test Results
Last Tested
2026-04-09
Health Check
Passing
Startup Time
1s
Total Disk
808 MB
Learn More
Spec references for features used in this Launchfile.