We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900e340 commit ecb4e0dCopy full SHA for ecb4e0d
examples/home-assistant/docker-compose.yml
@@ -12,6 +12,11 @@ services:
12
volumes:
13
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/homeassistant/config:/config
14
#ports:
15
- # - 8123:8123 # optional of host network is used
+ # - 8123:8123 # optional if host network is used
16
#devices:
17
- # - /path/to/device:/path/to/device #optional
+ # - /path/to/device:/path/to/device #optional
18
+ deploy:
19
+ resources:
20
+ limits:
21
+ cpus: '0.5'
22
+ memory: 500M
0 commit comments