nuc
This commit is contained in:
@@ -15,11 +15,7 @@ in
|
|||||||
image = "ghcr.io/esphome/esphome:2026.2.4";
|
image = "ghcr.io/esphome/esphome:2026.2.4";
|
||||||
ports = [ "6052:6052" ];
|
ports = [ "6052:6052" ];
|
||||||
volumes = [
|
volumes = [
|
||||||
"/var/lib/esphome:/config"
|
"/esphome:/config"
|
||||||
# Persist the PlatformIO core dir (penv, packages, platforms) so the
|
|
||||||
# pioarduino penv_setup.py dependency install only runs once rather
|
|
||||||
# than on every container restart.
|
|
||||||
"/var/lib/esphome/.platformio:/root/.platformio"
|
|
||||||
];
|
];
|
||||||
environment = {
|
environment = {
|
||||||
TZ = "America/Chicago";
|
TZ = "America/Chicago";
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
impermanence = {
|
impermanence = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraDirectories = [
|
extraDirectories = [
|
||||||
"/var/lib/esphome"
|
"/esphome"
|
||||||
"/var/lib/homeassistant"
|
"/var/lib/homeassistant"
|
||||||
"/var/lib/mosquitto"
|
"/var/lib/mosquitto"
|
||||||
"/var/lib/music-assistant"
|
"/var/lib/music-assistant"
|
||||||
|
|||||||
Reference in New Issue
Block a user