Installation
ActualHome BudgetAssistant 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:home-assistant:
container_name: homeassistant
image: docker."ghcr.io/actualbudget/actual-server:latest
container_name: actual-server
network_mode: bridge
environment:
- TZ=America/Vancouverhome-assistant/home-assistant:stable"
volumes:
# Persistent Data
- /srv/actual-budget:home-assistant/:/dataconfig
ports:# Hardware Access
- 5006:5006/run/dbus:/run/dbus:ro
restart: unless-stopped
environment:
- TZ=America/Vancouver
privileged: true
network_mode: host