mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-21 02:40:09 +00:00
33 lines
1010 B
JSON
33 lines
1010 B
JSON
{
|
|
"aio_services_v1": [
|
|
{
|
|
"container_name": "nextcloud-aio-home-assistant",
|
|
"display_name": "Home Assistant",
|
|
"documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/home-assistant",
|
|
"image": "ghcr.io/home-assistant/home-assistant",
|
|
"image_tag": "stable",
|
|
"internal_port": "host",
|
|
"restart": "unless-stopped",
|
|
"init": false,
|
|
"environment": [
|
|
"TZ=%TIMEZONE%",
|
|
"DISABLE_JEMALLOC=true"
|
|
],
|
|
"cap_add": [
|
|
"NET_ADMIN",
|
|
"NET_RAW"
|
|
],
|
|
"volumes": [
|
|
{
|
|
"source": "nextcloud_aio_home_assistant",
|
|
"destination": "/config",
|
|
"writeable": true
|
|
}
|
|
],
|
|
"backup_volumes": [
|
|
"nextcloud_aio_home_assistant"
|
|
]
|
|
}
|
|
]
|
|
}
|