mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-08 17:54:07 +01:00
chore: Update docker-compose.yml
All checks were successful
CI / validateComposeSyntax (push) Successful in 18s
All checks were successful
CI / validateComposeSyntax (push) Successful in 18s
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