mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-04 04:56:52 +00:00
Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Pi-Farm <43029891+pi-farm@users.noreply.github.com>
38 lines
No EOL
1.2 KiB
JSON
38 lines
No EOL
1.2 KiB
JSON
{
|
|
"aio_services_v1": [
|
|
{
|
|
"container_name": "nextcloud-aio-glances",
|
|
"display_name": "Glances",
|
|
"documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/glances",
|
|
"image": "nicolargo/glances",
|
|
"image_tag": "latest-full",
|
|
"internal_port": "61208",
|
|
"restart": "unless-stopped",
|
|
"ports": [
|
|
{
|
|
"ip_binding": "",
|
|
"port_number": "61208",
|
|
"protocol": "tcp"
|
|
}
|
|
],
|
|
"volumes": [
|
|
{
|
|
"source": "nextcloud_aio_glances",
|
|
"destination": "/etc/glances",
|
|
"writeable": true
|
|
},
|
|
{
|
|
"source": "%WATCHTOWER_DOCKER_SOCKET_PATH%",
|
|
"destination": "/var/run/docker.sock",
|
|
"writeable": false
|
|
}
|
|
],
|
|
"environment": [
|
|
"GLANCES_OPT=-w"
|
|
],
|
|
"backup_volumes": [
|
|
"nextcloud_aio_glances"
|
|
]
|
|
}
|
|
]
|
|
} |