Automatic builds

This commit is contained in:
Alexandre
2022-01-18 16:40:24 +01:00
parent 470c58d15a
commit d9fab47244
158 changed files with 582 additions and 861 deletions

View File

@@ -1,12 +1,8 @@
{
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description": "web's leading on-line collaborative genealogy application",
"image": "ghcr.io/alexbelgium/webtrees-{arch}",
"devices": [
"/dev/mmcblk0p8",
"/dev/sda",
@@ -56,11 +52,7 @@
"WT_PASS": "mybadpassword",
"WT_EMAIL": "me@example.com"
},
"map": [
"config:rw",
"share:rw",
"ssl"
],
"map": ["config:rw", "share:rw", "ssl"],
"name": "Webtrees",
"options": {
"CONFIG_LOCATION": "/config/addons_config/webtrees/config.yaml",
@@ -75,10 +67,7 @@
"80/tcp": "Web interface",
"443/tcp": "Https web interface"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"CONFIG_LOCATION": "str",
"BASE_URL": "url",