Skip to main content

Installation

Actual BudgetFlood can be installed by following the Portainer guide for creating a new stack.  Learn about configuring a Docker stacks and then use the following Docker Compose code to run this app:

---
services:
  actual-server:flood:
    container_name: flood
    image: docker.io/actualbudget/actual-server:jesec/flood:latest
    container_name:user: actual-server1000:1000
    network_mode:restart: bridgeunless-stopped
    command: --port 3000 --allowedpath /downloads --allowedpath /config
    environment:
      - HOME=/config
      - TZ=America/Vancouver
    volumes:
      # Persistent Data
      - /srv/actual-budget:flood:/dataconfig

      # Download Folders
      - /mnt/downloads/:/downloads
    ports:
      - 5006:50063000:3000
      restart: unless-stopped