chore: Update docker-compose.yml

This commit is contained in:
LRVT 2025-02-11 09:21:42 +01:00 committed by GitHub
parent 900e3409f8
commit ecb4e0d919
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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