Home Catalogus Firefly III
Productivity

Firefly III

Free and open source personal finance manager to track expenses, income, budgets, and bank accounts.

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

Waarom deze configuratie?

Snelle Start (Standalone Docker Compose)

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

services:
  firefly-iii:
    image: "fireflyiii/core:latest"
    container_name: njorddeploy-firefly-iii
    restart: unless-stopped
    environment:
      - APP_KEY=32CharactersStringForFireflyIII!
      - DB_CONNECTION=sqlite
      - DB_DATABASE=/var/www/html/storage/database/database.sqlite
      - TZ=UTC
    ports:
      - "8103:8080"
    volumes:
      - "./data/firefly-iii/upload:/var/www/html/storage/upload"
      - "./data/firefly-iii/database:/var/www/html/storage/database"
    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
FIREFLY_III_WEB_PORT 8103 Firefly III 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.