Restructure and cleaned up in preparation of new backup logic

This commit is contained in:
2025-07-15 23:51:51 +02:00
parent c8054ffbc3
commit af3ea9039c
106 changed files with 703 additions and 429 deletions

View File

@@ -1,12 +1,11 @@
images:
akaunting: "docker.io/akaunting/akaunting:latest"
company_name: "{{primary_domain}}"
company_email: "{{ users.administrator.email }}"
company:
name: "Akaunting on {{ primary_domain | upper }}" # @todo load automatic based on service_provider infos, this will fail
email: "{{ users.administrator.email }}" # @todo load automatic based on service_provider infos, this will fail
setup_admin_email: "{{ users.administrator.email }}"
features:
matomo: true
css: true
port-ui-desktop: true
port-ui-desktop: true
central_database: true
domains:
canonical:
@@ -15,5 +14,12 @@ docker:
services:
database:
enabled: true
akaunting:
no_stop_required: true
image: docker.io/akaunting/akaunting
version: latest
name: akaunting
volumes:
data: akaunting_data
credentials: {}