Home Catalogus Wallos
Productivity

Wallos

Open-source, self-hosted personal subscription tracker to monitor recurring payments and costs.

ARM64 & AMD64
Docker & Rootless Podman
100% Self-Hosted (Geen Lock-in)
RAM Profiel: Gemiddeld
Standaard Poort: Port 8119

Waarom deze configuratie?

Snelle Start (Standalone Docker Compose)

Onderstaand compose-fragment is direct te gebruiken in elke Docker- of Podman-omgeving:

services:
  wallos:
    image: "bellamy/wallos:latest"
    container_name: njorddeploy-wallos
    restart: unless-stopped
    ports:
      - "8119:80"
    volumes:
      - "./data/wallos/db:/var/www/html/db"
      - "./data/wallos/logos:/var/www/html/images/uploads/logos"
    networks:
      - njorddeploy_net

networks:
  njorddeploy_net:

Start de service direct via de commandline: docker compose up -d

Configuratie & Omgevingsvariabelen

Belangrijkste configuratieparameters en standaardwaarden uit de NjordDeploy component-sjabloon:

Variable Default Value Description
WALLOS_WEB_PORT 8119 Wallos web interface port.

Ecosysteem & Bedrijfsintegratie

Eenvoudig beheren via NjordDeploy

Installeer, bewaak en update deze service met 1 klik op uw eigen Raspberry Pi of Proxmox server via de NjordDeploy Configurator.