Firefly III logo

Firefly III

A free and open source personal finance manager

#finance #Live Demo

Getting Started

  1. Create and enter a new directory for Firefly III
    mkdir firefly-iii && cd firefly-iii
    
  2. Download the docker-compose.yml file
    curl -LO https://raw.githubusercontent.com/firefly-iii/docker/main/docker-compose.yml
    
  3. Download the environment configuration files(.env and .db.env)
    curl -o .env -L https://raw.githubusercontent.com/firefly-iii/firefly-iii/main/.env.example
    curl -o .db.env -L https://raw.githubusercontent.com/firefly-iii/docker/main/database.env
    
  4. Start the container
    docker compose up -d
    
  5. Give the containers a minute to fully start up, then visit http://localhost in your browser to access Firefly III.