Skip to main content

Installation

The service can be installed through the Portainer web interface. 

Learn about creating a new stack.

Docker Compose

Use the following code to install the service:

---
services:
    actual-server:ward:
        image:restart: docker.io/actualbudget/actual-server:latestunless-stopped
        container_name: actual-serverward
        network_mode:ports:
            bridge- '4000:4000'
        environment:
            - TZ=America/Vancouver
    volumes:
      # Persistent DataWARD_PORT=4000
            - /srv/actual-budget:/data
    ports:WARD_THEME=light
            - 5006:5006WARD_NAME=Ward
            restart:- unless-stoppedWARD_FOG=true
            - WARD_BACKGROUND=#3c3c3c
        cap_add:
            - SYS_PTRACE
        image: antonyleons/ward

Environment

Use the following environment to configure the service using the values prepared earlier:

TZ=America/Vancouver