initial draft from chatgpt

This commit is contained in:
2025-08-14 05:08:00 +00:00
parent 0f448b6d31
commit e2f1b873b6

24
manifest.yaml Normal file
View File

@@ -0,0 +1,24 @@
id: invoiceninja
version: "1.0.0"
name: Invoice Ninja
description: Invoice Ninja with bundled MariaDB
maintainers:
- name: Your Name
email: your@email.com
mounts:
- container_path: /mnt/data
name: data
size: 10G
interfaces:
- name: http
type: http
container_port: 80
healthcheck:
cmd: ["bash", "-c", "curl -fsS http://127.0.0.1/ || exit 1"]
interval: 30s
timeout: 5s
retries: 3