Skip to content

Commit

Permalink
chore: Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Feb 11, 2025
1 parent 900e340 commit ecb4e0d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions examples/home-assistant/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# - /path/to/device:/path/to/device #optional
deploy:
resources:
limits:
cpus: '0.5'
memory: 500M

0 comments on commit ecb4e0d

Please sign in to comment.