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:lazylibrarian:
image: docker.lscr.io/actualbudget/actual-server:linuxserver/lazylibrarian:latest
container_name: actual-serverlazylibrarian
network_mode: bridge
environment:
- PUID=1000
- PGID=1000
- TZ=America/Vancouver
- DOCKER_MODS=linuxserver/mods:universal-calibre|linuxserver/mods:lazylibrarian-ffmpeg
volumes:
# Persistent Data
- /srv/actual-budget:lazylibrarian:/dataconfig
# Download Folders
- /mnt/downloads:/downloads
# Media Folders
- /mnt/books:/books
ports:
- 5006:50065299:5299
restart: unless-stopped
Environment
Use the following environment to configure the service using the values prepared earlier:
TZ=America/Vancouver