From ecb4e0d919c7de36014e9f09342c5a73f04f306d Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Tue, 11 Feb 2025 09:21:42 +0100 Subject: [PATCH] chore: Update docker-compose.yml --- examples/home-assistant/docker-compose.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/examples/home-assistant/docker-compose.yml b/examples/home-assistant/docker-compose.yml index b744915..7d21377 100644 --- a/examples/home-assistant/docker-compose.yml +++ b/examples/home-assistant/docker-compose.yml @@ -12,6 +12,11 @@ services: volumes: - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/homeassistant/config:/config #ports: - # - 8123:8123 # optional of host network is used + # - 8123:8123 # optional if host network is used #devices: - # - /path/to/device:/path/to/device #optional \ No newline at end of file + # - /path/to/device:/path/to/device #optional + deploy: + resources: + limits: + cpus: '0.5' + memory: 500M \ No newline at end of file