mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-15 11:35:56 +08:00
a846b46fcd
Co-authored-by: Simon L <szaimen@e.mail.de>
32 lines
989 B
JSON
32 lines
989 B
JSON
{
|
|
"aio_services_v1": [
|
|
{
|
|
"container_name": "nextcloud-aio-npmplus",
|
|
"display_name": "NPMplus",
|
|
"documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/npmplus",
|
|
"image": "zoeyvid/npmplus",
|
|
"image_tag": "latest",
|
|
"internal_port": "host",
|
|
"restart": "unless-stopped",
|
|
"environment": [
|
|
"TZ=%TIMEZONE%",
|
|
"NC_AIO=true",
|
|
"NC_DOMAIN=%NC_DOMAIN%"
|
|
],
|
|
"volumes": [
|
|
{
|
|
"source": "nextcloud_aio_npmplus",
|
|
"destination": "/data",
|
|
"writeable": true
|
|
}
|
|
],
|
|
"backup_volumes": [
|
|
"nextcloud_aio_npmplus"
|
|
],
|
|
"aio_variables": [
|
|
"apache_ip_binding=127.0.0.1",
|
|
"apache_port=11000"
|
|
]
|
|
}
|
|
]
|
|
}
|