We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7031d69 commit 3af7c45Copy full SHA for 3af7c45
emhass/Dockerfile
@@ -48,6 +48,9 @@ RUN apt-get update \
48
#copy config file (on all builds)
49
COPY config_emhass.yaml /app/
50
51
+# Make sure data directory exists
52
+RUN mkdir -p /app/data/
53
+
54
#-------------------------
55
#EMHASS-ADDON Default
56
FROM base as addon
emhass/config.yml
@@ -28,6 +28,7 @@ panel_title: EMHASS
28
environment:
29
OPTIONS_PATH: '/data/options.json'
30
CONFIG_PATH: '/app/config_emhass.yaml'
31
+ DATA_PATH: '/app/data/'
32
options:
33
logging_level: INFO
34
costfun: profit
0 commit comments