mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Add config file and database file paths
This commit is contained in:
@@ -11,6 +11,8 @@ environment:
|
|||||||
NETALERTX_CONFIG: /config/config
|
NETALERTX_CONFIG: /config/config
|
||||||
NETALERTX_DB: /config/db
|
NETALERTX_DB: /config/db
|
||||||
TMP_DIR: /tmp/tmp
|
TMP_DIR: /tmp/tmp
|
||||||
|
NETALERTX_CONFIG_FILE: /config/config/app.conf
|
||||||
|
NETALERTX_DB_FILE: /config/db/app.db
|
||||||
hassio_api: true
|
hassio_api: true
|
||||||
host_network: true
|
host_network: true
|
||||||
image: ghcr.io/alexbelgium/netalertx-{arch}
|
image: ghcr.io/alexbelgium/netalertx-{arch}
|
||||||
@@ -50,4 +52,4 @@ slug: netalertx
|
|||||||
tmpfs: true
|
tmpfs: true
|
||||||
udev: true
|
udev: true
|
||||||
url: https://github.com/alexbelgium/hassio-addons
|
url: https://github.com/alexbelgium/hassio-addons
|
||||||
version: 25.11.29
|
version: 25.11.29-2
|
||||||
|
|||||||
Reference in New Issue
Block a user