Github bot : json sorted

This commit is contained in:
github-actions
2023-11-26 00:23:40 +00:00
parent 493ac7cda4
commit 1ee87e3afb
5 changed files with 18 additions and 18 deletions

View File

@@ -58,8 +58,8 @@
"/dev/nvme2"
],
"environment": {
"DOCKER_MODS": "imagegenius/mods:universal-redis",
"CI_PORT": "8080",
"DOCKER_MODS": "imagegenius/mods:universal-redis",
"MACHINE_LEARNING_CACHE_FOLDER": "/data/machine-learning",
"MACHINE_LEARNING_WORKERS": "1",
"MACHINE_LEARNING_WORKER_TIMEOUT": "120",

View File

@@ -76,12 +76,12 @@
"PUID": 0
},
"ports": {
"9117/tcp": 9117,
"8889/tcp": 8889
"8889/tcp": 8889,
"9117/tcp": 9117
},
"ports_description": {
"9117/tcp": "Web interface",
"8889/tcp": "Alternative port"
"8889/tcp": "Alternative port",
"9117/tcp": "Web interface"
},
"privileged": [
"SYS_ADMIN",

View File

@@ -61,10 +61,10 @@
"environment": {
"PAPERLESS_ADMIN_PASSWORD": "admin",
"PAPERLESS_ADMIN_USER": "admin",
"PAPERLESS_DATA_DIR": "/config/data",
"PAPERLESS_MEDIA_ROOT": "/config/media",
"PAPERLESS_CONSUMPTION_DIR": "/config/consume",
"PAPERLESS_DATA_DIR": "/config/data",
"PAPERLESS_EXPORT_DIR": "/config/export",
"PAPERLESS_MEDIA_ROOT": "/config/media",
"PGID": "0",
"PUID": "0"
},

View File

@@ -1,10 +1,10 @@
{
"build_from": {
"aarch64": "ghcr.io/signalk/signalk-server:latest",
"amd64": "ghcr.io/signalk/signalk-server:latest",
"armv7": "ghcr.io/signalk/signalk-server:latest"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
"build_from": {
"aarch64": "ghcr.io/signalk/signalk-server:latest",
"amd64": "ghcr.io/signalk/signalk-server:latest",
"armv7": "ghcr.io/signalk/signalk-server:latest"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}

View File

@@ -8,9 +8,9 @@
"description": "An implementation of a Signal K central server for boats",
"environment": {
"HOME": "/config",
"NMEA0183PORT": "10110",
"PORT": "3000",
"SSLPORT": "3443",
"NMEA0183PORT": "10110",
"TCPSTREAMPORT": "8375"
},
"image": "ghcr.io/alexbelgium/signalk-{arch}",
@@ -19,15 +19,15 @@
],
"name": "Signalk Server",
"ports": {
"10110/tcp": 10110,
"3000/tcp": 3000,
"3443/tcp": 3443,
"10110/tcp": 10110,
"8375/tcp": 8375
},
"ports_description": {
"10110/tcp": "NMEA0183 port",
"3000/tcp": "web interface",
"3443/tcp": "ssl web interface",
"10110/tcp": "NMEA0183 port",
"8375/tcp": "TCPSTREAM port"
},
"slug": "signalk",