Merge pull request #1231 from alexbelgium/create-pull-request/patch-1707006202

Github bot : json sorted
This commit is contained in:
Alexandre
2024-02-07 10:57:00 +01:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -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": [

View File

@@ -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"
},

View File

@@ -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": [