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:authelia:
container_name: 'authelia'
image: docker.io/actualbudget/actual-server:latest'authelia/authelia'
container_name:restart: actual-server'unless-stopped'
network_mode: bridge
environment:ports:
- TZ=America/Vancouver"9091:9091"
volumes:
# Persistent Data
- '/srv/actual-budget:authelia/data:/data
ports:config'
- 5006:5006'/srv/authelia/secrets:/secrets'
restart:environment:
unless-stopped- TZ='Americas/Vancouver'
Environment
Use the following environment to configure the service using the values prepared earlier:
TZ=America/Vancouver