Add container doc

Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com>
This commit is contained in:
Jean-Yves 2025-03-14 09:57:01 +01:00
parent 77dd56bade
commit 996ae3aeb7
No known key found for this signature in database
GPG key ID: 644C8B9C4CABAEF7
2 changed files with 70 additions and 2 deletions

View file

@ -9,13 +9,13 @@
"items": {
"type": "object",
"additionalProperties": false,
"minProperties": 2,
"minProperties": 3,
"required": ["image", "container_name", "image_tag"],
"properties": {
"image": {
"type": "string",
"minLength": 1,
"pattern": "^(ghcr.io/)?[a-z0-9/-]+$"
"pattern": "^(ghcr.io/)?[a-z0-9_-]+/[a-z0-9_-]+$"
},
"expose": {
"type": "array",