mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Update config.yaml
This commit is contained in:
@@ -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]"
|
||||||
|
|||||||
Reference in New Issue
Block a user