initial draft from chatgpt
This commit is contained in:
24
manifest.yaml
Normal file
24
manifest.yaml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user