Github bot : json sorted

This commit is contained in:
alexbelgium
2024-02-04 00:23:21 +00:00
committed by GitHub
parent 77dac9bd74
commit 59daa66cf3
3 changed files with 5 additions and 5 deletions

View File

@@ -8,8 +8,8 @@
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"description": "Postgres 15 with pgvecto.rs support", "description": "Postgres 15 with pgvecto.rs support",
"environment": { "environment": {
"PGDATA": "/config/database", "CONFIG_LOCATION": "/config/postgresql.conf",
"CONFIG_LOCATION": "/config/postgresql.conf" "PGDATA": "/config/database"
}, },
"image": "ghcr.io/alexbelgium/postgres-{arch}", "image": "ghcr.io/alexbelgium/postgres-{arch}",
"map": [ "map": [

View File

@@ -10,10 +10,10 @@
"host_network": true, "host_network": true,
"image": "ghcr.io/alexbelgium/sponsorblockcast-{arch}", "image": "ghcr.io/alexbelgium/sponsorblockcast-{arch}",
"init": false, "init": false,
"name": "Castsponsorskip",
"map": [ "map": [
"addon_config:rw" "addon_config:rw"
], ],
"name": "Castsponsorskip",
"options": { "options": {
"CSS_CATEGORIES": "sponsor, intro, outro, selfpromo" "CSS_CATEGORIES": "sponsor, intro, outro, selfpromo"
}, },

View File

@@ -68,9 +68,9 @@
"environment": { "environment": {
"DB_ENGINE": "django.db.backends.sqlite3", "DB_ENGINE": "django.db.backends.sqlite3",
"DISABLE_INGRESS": "true", "DISABLE_INGRESS": "true",
"GUNICORN_MEDIA": "1",
"POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db", "POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db",
"TRUSTED_PROXIES": "**", "TRUSTED_PROXIES": "**"
"GUNICORN_MEDIA": "1"
}, },
"image": "ghcr.io/alexbelgium/tandoor_recipes-{arch}", "image": "ghcr.io/alexbelgium/tandoor_recipes-{arch}",
"map": [ "map": [