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}
init: false
options: {
"CELERY_NUM_WORKERS": "2",
"GUNICORN_NUM_WORKERS": "8",
"CELERY_NUM_WORKERS": 2,
"GUNICORN_NUM_WORKERS": 8,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"ssl": false
@@ -116,5 +116,5 @@ services:
slug: grampsweb
tmpfs: true
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]"