Installation
Actual BudgetDuplicati 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:duplicati:
image: docker.lscr.io/actualbudget/actual-server:linuxserver/duplicati:latest
container_name: actual-serverduplicati
network_mode: bridge
environment:
- PUID=0
- PGID=0
- TZ=America/Vancouver
- SETTINGS_ENCRYPTION_KEY=
- CLI_ARGS=
- DUPLICATI__WEBSERVICE_PASSWORD=
volumes:
# Persistent Data
- /srv/actual-budget:duplicati:/dataconfig
# Backup Source
- /:/home:ro
ports:
- 5006:50068200:8200
restart: unless-stopped