akaunting

akaunting

Official

Docker app from Yoda's Repository

Overview

Accounting Application created based on https://akaunting.com/

Akaunting Docker Image

You can pull the latest image with docker pull docker.io/akaunting/akaunting:latest

Description

This repository defines how the official Akaunting images are built for Docker Hub.

Akaunting is online, open source and free accounting software built with modern technologies. Track your income and expenses with ease. For more information on Akaunting, please visit the website.

Usage

git clone https://github.com/akaunting/docker
cd docker
cp env/db.env.example env/db.env
vi env/db.env # and set things
cp env/run.env.example env/run.env
vi env/run.env # and set things

AKAUNTING_SETUP=true docker-compose up -d

Then head to HTTP at port 8080 on the docker-compose host and finish configuring your Akaunting company through the interactive wizard.

After setup is complete, bring the containers down before bringing them back up without the setup variable.

docker-compose down
docker-compose up -d

Please never use AKAUNTING_SETUP=true environment variable again after the first time use.

If you have a database cluster you can take advantage of the following environment variables:

# In env/run.env put:
DB_HOST_WRITE: "example-write"
DB_HOST_READ: "example-read"

You can use Redis with Akaunting for performance enhancement and scalability, if you have a Redis you can take advantage of the following environment variables:

# In env/run.env put:
REDIS_HOST: "example-redis"
# Switch cache driver to redis
CACHE_DRIVER: "redis"
# Switch session driver to redis
SESSION_DRIVER: "redis"
# Switch queue driver to redis
QUEUE_CONNECTION: "redis"

Extra ways to explore containerized Akaunting!

This repository contains extra compose and other files that allows you to run Akaunting in different setups like using FPM and NGINX and here is the most important commands that you may need:

# Run Akaunting setup that checks for volume files before copying them.
AKAUNTING_SETUP=true docker-compose -f v-docker-compose.yml up --build

# Run Akaunting with FPM on Debian and use Nginx as external proxy
AKAUNTING_SETUP=true docker-compose -f fpm-docker-compose.yml up --build

# Run Akaunting using FPM on Alpine and using Nginx as external proxy
AKAUNTING_SETUP=true docker-compose -f fpm-docker-compose.yml -f fpm-alpine-docker-compose.yml up --build

# Run Akaunting using FPM on Alpine and using Nginx as internal proxy
AKAUNTING_SETUP=true docker-compose -f fpm-alpine-nginx-docker-compose.yml up --build

# Download Akaunting using git and install composer and npm and run Akaunting using FPM on Alpine and using Nginx as internal proxy
AKAUNTING_SETUP=true docker-compose -f fpm-alpine-nginx-docker-compose.yml -f fpm-alpine-nginx-composer-docker-compose.yml up --build

# Download Akaunting using git and install composer and npm and run Akaunting using FPM on Alpine and using Nginx as internal proxy and supervisor to manage the queues
AKAUNTING_SETUP=true docker-compose -f fpm-alpine-nginx-docker-compose.yml -f fpm-alpine-nginx-composer-supervisor-docker-compose.yml up --build

License

Akaunting is released under the GPLv3 license.

Install Akaunting on Unraid in a few clicks.

Find Akaunting in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Akaunting Review the template variables and paths Click Install

Categories

Download Statistics

1,776,253
Total Downloads
22,966
This Month
21,549
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
akaunting/akaunting
Last Updated2026-03-19
First Seen2021-03-18

Runtime arguments

Web UI
http://[IP]:[PORT:80]/
Network
bridge
Shell
sh
Privileged
false

Template configuration

Web portalPorttcp

Container Port: 80

Target
80
Setup AccountVariable

Do you wish to start the Setup wizard. Need to keep this enabled for the first time

Target
AKAUNTING_SETUP
Default
true
Value
true
MySql Database IP:PortVariable

MySql Database format [IP]:[Port]

Target
DB_HOST
Database NameVariable

Database Name

Target
DB_DATABASE
Database UsernameVariable

Database Username

Target
DB_USERNAME
Database PasswordVariable

Database password

Target
DB_PASSWORD
Default Company NameVariable

Your company name

Target
COMPANY_NAME
Default
personal
Value
personal
Company email addressVariable

Company Email address

Target
COMPANY_EMAIL
Login Email addressVariable

Web UI Login Email address

Target
ADMIN_EMAIL
Login PasswordVariable

Web Ui Login Password

Target
ADMIN_PASSWORD
LOCALEVariable

Container Variable: LOCALE

Default
US_EN
Value
US_EN