-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yml
49 lines (45 loc) · 1.05 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
docker:
buildkit: true
from: debian:bookworm
image: tekki/sql-ledger
git:
repo: https://github.com/Tekki/docker-sql-ledger
global:
bin: /var/www/sql-ledger
data: /var/sldata
datafolders:
- images
- spool
- templates
- users
description: '[SQL-Ledger](https://sql-ledger.com) is an open source ERP and accounting system.'
license: Artistic-2.0
group: www-data
url: sql-ledger
user: www-data
title: SQL-Ledger
releases:
main:
sha256: 07ab78fbaf4ad028c937740c00e1d1c280e7221c3615c6e47b091f1102b1ba3b
tag: v3.2.12.042
versions:
- 3.2.12.42
- latest
dws:
sha256: d068a37cdb2803ebaff5aa38715e2b6b97e3c20d61ef0dc391a90ddc050b10f6
tag: v3.2.12
versions:
- 3.2.12
- dws
templates:
- source: docker-entrypoint-sh.ep
target: docker-entrypoint.sh
- source: dockerfile.ep
target: Dockerfile
- source: sql-ledger-conf.ep
target: sql-ledger.conf
- source: sql-ledger-httpd-conf.ep
target: sql-ledger-httpd.conf
- source: wlprinter-conf.ep
target: wlprinter.conf