mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-03-20 12:39:53 +00:00
chore: Update docker-compose.yml
This commit is contained in:
parent
900e3409f8
commit
ecb4e0d919
@ -12,6 +12,11 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/homeassistant/config:/config
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/homeassistant/config:/config
|
||||||
#ports:
|
#ports:
|
||||||
# - 8123:8123 # optional of host network is used
|
# - 8123:8123 # optional if host network is used
|
||||||
#devices:
|
#devices:
|
||||||
# - /path/to/device:/path/to/device #optional
|
# - /path/to/device:/path/to/device #optional
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpus: '0.5'
|
||||||
|
memory: 500M
|
Loading…
x
Reference in New Issue
Block a user