Update config.yaml

This commit is contained in:
Alexandre
2025-07-31 11:47:01 +02:00
committed by GitHub
parent 98c1cad9f6
commit 94d73e73d2

View File

@@ -79,8 +79,8 @@ environment:
image: ghcr.io/alexbelgium/grampsweb-{arch} image: ghcr.io/alexbelgium/grampsweb-{arch}
init: false init: false
options: { options: {
"CELERY_NUM_WORKERS": "2", "CELERY_NUM_WORKERS": 2,
"GUNICORN_NUM_WORKERS": "8", "GUNICORN_NUM_WORKERS": 8,
"certfile": "fullchain.pem", "certfile": "fullchain.pem",
"keyfile": "privkey.pem", "keyfile": "privkey.pem",
"ssl": false "ssl": false
@@ -116,5 +116,5 @@ services:
slug: grampsweb slug: grampsweb
tmpfs: true tmpfs: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/grampsweb url: https://github.com/alexbelgium/hassio-addons/tree/master/grampsweb
version: "25.7.2-2" version: "25.7.2-3"
webui: "[PROTO:ssl]://[HOST]:[PORT:5001]" webui: "[PROTO:ssl]://[HOST]:[PORT:5001]"