@@ -8,8 +8,10 @@ services:
|
||||
required: false
|
||||
environment:
|
||||
SILLYHOME_MODEL_STORE: /app/data/models
|
||||
SILLYHOME_AUTOMATION_STORE: /app/data/automations
|
||||
volumes:
|
||||
- model-data:/app/data/models
|
||||
- automation-data:/app/data/automations
|
||||
read_only: true
|
||||
tmpfs:
|
||||
- /tmp
|
||||
@@ -21,3 +23,4 @@ services:
|
||||
|
||||
volumes:
|
||||
model-data:
|
||||
automation-data:
|
||||
|
||||
Reference in New Issue
Block a user