Home Catalog 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 (Zero Lock-in)
RAM Profile: Medium
Default Port: Port 8103

Why this Configuration?

Quick Start (Standalone Docker Compose)

The snippet below is immediately ready to run in any standard Docker or Podman environment:

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 the service directly via the command line: docker compose up -d

Configuration & Environment Variables

Key configuration parameters and defaults derived from the NjordDeploy component template:

Variable Default Value Description
FIREFLY_III_WEB_PORT 8103 Firefly III web interface port.

Ecosystem & Enterprise Integration

Effortless Management with NjordDeploy

Deploy, monitor, and update this service with a single click on your own hardware via the NjordDeploy Configurator.