mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Merge pull request #1231 from alexbelgium/create-pull-request/patch-1707006202
Github bot : json sorted
This commit is contained in:
@@ -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": [
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user