Compare commits

...

11 Commits

Author SHA1 Message Date
b507ba13b7 build 2026-01-07 15:16:01 +01:00
e9f1e43058 build 2026-01-07 14:22:22 +01:00
cc40b42f78 build 2026-01-07 13:55:09 +01:00
7d27e395ca build 2026-01-07 13:52:15 +01:00
8f4a374b6d build 2026-01-07 13:50:48 +01:00
3346cc90f8 build 2026-01-07 13:37:14 +01:00
f157519c69 build 2026-01-07 13:35:46 +01:00
c3ec886110 build 2026-01-07 13:34:27 +01:00
3d4b5a4825 build 2026-01-07 13:34:14 +01:00
a5e23ef68d build 2026-01-07 13:12:07 +01:00
11730c1bb1 build 2026-01-07 13:08:10 +01:00
3 changed files with 14 additions and 13 deletions

View File

@@ -1,3 +1,4 @@
APPNAME=home-assistant
DOCKER_REGISTRY=r.sectorq.eu/library/
RESTART=always
HA_VERSION=2025.12.4

View File

@@ -3,7 +3,7 @@ services:
homeassistant:
container_name: HomeAssistant
network_mode: host
image: "${DOCKER_REGISTRY:-}ghcr.io/home-assistant/home-assistant:latest"
image: "${DOCKER_REGISTRY:-}ghcr.io/home-assistant/home-assistant:${HA_VERSION:-latest}"
volumes:
- /share/docker_data/ha/:/config
#- /dev/skyconnect:/dev/ttyUSB1
@@ -20,7 +20,7 @@ services:
options:
loki-url: http://192.168.77.101:3100/loki/api/v1/push
labels:
com.centurylinklabs.watchtower.enable: true
# com.centurylinklabs.watchtower.enable: true
homepage.group: Smarthome
homepage.name: Home Assistant
homepage.weight: 1
@@ -33,8 +33,8 @@ services:
homepage.widget.url: https://ha.sectorq.eu
homepage.widget.key: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiIzOTk5NGJjYjIzYjk0YzExYmM5OWZiNTBlNzU0N2M2YyIsImlhdCI6MTc0MDM5OTY4NCwiZXhwIjoyMDU1NzU5Njg0fQ.LDebvPGreyZzlWT1CylHSdSt8i_cWO72HnNCsCAIaG8
#homepage.widget.custom: [{"state","sensor.sonoff_1001555a27_power"}]
wud.watch: true
wud.watch.digest: true
# wud.watch: true
# wud.watch.digest: true
restart: ${RESTART:-unless-stopped}
dns:
- 192.168.77.101
@@ -196,8 +196,8 @@ services:
- DOCKER_INFLUXDB_INIT_PASSWORD=haHAhaHA
- DOCKER_INFLUXDB_INIT_ORG=ha
- DOCKER_INFLUXDB_INIT_BUCKET=ha
- DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=mytoken123
- DOCKER_INFLUXDB_INIT_ADMIN_TOKEN_FILE=/run/secrets/influxdb2-admin-token
- DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=l4c1j4yd33Du5lo
#- DOCKER_INFLUXDB_INIT_ADMIN_TOKEN_FILE=/run/secrets/influxdb2-admin-token
image: ${DOCKER_REGISTRY:-}influxdb:2
restart: ${RESTART:-unless-stopped}
healthcheck:

View File

@@ -15,8 +15,8 @@ services:
hostname: wazuh.dashboard
image: ${DOCKER_REGISTRY:-}wazuh/wazuh-dashboard:${VERSION:-4.10.1}
labels:
wud.watch: true
wud.watch.digest: true
wud.watch: 'true'
wud.watch.digest: 'true'
links:
- wazuh.indexer:wazuh.indexer
- wazuh.manager:wazuh.manager
@@ -39,8 +39,8 @@ services:
hostname: wazuh.indexer
image: ${DOCKER_REGISTRY:-}wazuh/wazuh-indexer:${VERSION:-4.10.1}
labels:
wud.watch: true
wud.watch.digest: true
wud.watch: 'true'
wud.watch.digest: 'true'
ports:
- 9200:9200
restart: always
@@ -88,8 +88,8 @@ services:
homepage.name: Wazuh
homepage.server: my-docker
homepage.weight: '1'
wud.watch: true
wud.watch.digest: true
wud.watch: 'true'
wud.watch.digest: 'true'
ports:
- 1514:1514
- 1515:1515