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