Skip to content

Commit 7a3f39b

Browse files
committed
Use external volumes for home assistant
Assisted-by: GPT-5.1-codex-max via OpenAI Codex
1 parent c0da7ef commit 7a3f39b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

services/home-assistant/compose.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
volumes:
22
music-assistant-server-data:
3+
external: true
4+
name: home-assistant_music-assistant-server-data
35
homeassistant-data:
6+
external: true
7+
name: home-assistant_homeassistant-data
48

59
networks:
610
homeassistant:

0 commit comments

Comments
 (0)