From 59daa66cf34c79f73467ac368cdda392024aef27 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sun, 4 Feb 2024 00:23:21 +0000 Subject: [PATCH] Github bot : json sorted --- postgres/config.json | 4 ++-- sponsorblockcast/config.json | 2 +- tandoor_recipes/config.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/postgres/config.json b/postgres/config.json index 6abf14b65..361a41224 100644 --- a/postgres/config.json +++ b/postgres/config.json @@ -8,8 +8,8 @@ "codenotary": "alexandrep.github@gmail.com", "description": "Postgres 15 with pgvecto.rs support", "environment": { - "PGDATA": "/config/database", - "CONFIG_LOCATION": "/config/postgresql.conf" + "CONFIG_LOCATION": "/config/postgresql.conf", + "PGDATA": "/config/database" }, "image": "ghcr.io/alexbelgium/postgres-{arch}", "map": [ diff --git a/sponsorblockcast/config.json b/sponsorblockcast/config.json index 2339fc5b4..b780c2e27 100644 --- a/sponsorblockcast/config.json +++ b/sponsorblockcast/config.json @@ -10,10 +10,10 @@ "host_network": true, "image": "ghcr.io/alexbelgium/sponsorblockcast-{arch}", "init": false, - "name": "Castsponsorskip", "map": [ "addon_config:rw" ], + "name": "Castsponsorskip", "options": { "CSS_CATEGORIES": "sponsor, intro, outro, selfpromo" }, diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index 38fe98843..67240997c 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -68,9 +68,9 @@ "environment": { "DB_ENGINE": "django.db.backends.sqlite3", "DISABLE_INGRESS": "true", + "GUNICORN_MEDIA": "1", "POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db", - "TRUSTED_PROXIES": "**", - "GUNICORN_MEDIA": "1" + "TRUSTED_PROXIES": "**" }, "image": "ghcr.io/alexbelgium/tandoor_recipes-{arch}", "map": [