mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-09 23:17:46 +08:00
9e80bcf322
Signed-off-by: kri164 <52274164+kri164@users.noreply.github.com> Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com> Signed-off-by: Simon L. <szaimen@e.mail.de> Co-authored-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com> Co-authored-by: Simon L. <szaimen@e.mail.de>
69 lines
2.1 KiB
JSON
69 lines
2.1 KiB
JSON
{
|
|
"aio_services_v1": [
|
|
{
|
|
"container_name": "nextcloud-aio-stalwart",
|
|
"display_name": "Stalwart",
|
|
"documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/stalwart",
|
|
"image": "marcoambrosini/aio-stalwart",
|
|
"image_tag": "v2",
|
|
"internal_port": "10003",
|
|
"restart": "unless-stopped",
|
|
"ports": [
|
|
{
|
|
"ip_binding": "",
|
|
"port_number": "25",
|
|
"protocol": "tcp"
|
|
},
|
|
{
|
|
"ip_binding": "",
|
|
"port_number": "143",
|
|
"protocol": "tcp"
|
|
},
|
|
{
|
|
"ip_binding": "",
|
|
"port_number": "465",
|
|
"protocol": "tcp"
|
|
},
|
|
{
|
|
"ip_binding": "",
|
|
"port_number": "587",
|
|
"protocol": "tcp"
|
|
},
|
|
{
|
|
"ip_binding": "",
|
|
"port_number": "993",
|
|
"protocol": "tcp"
|
|
},
|
|
{
|
|
"ip_binding": "",
|
|
"port_number": "4190",
|
|
"protocol": "tcp"
|
|
},
|
|
{
|
|
"ip_binding": "%APACHE_IP_BINDING%",
|
|
"port_number": "10003",
|
|
"protocol": "tcp"
|
|
}
|
|
],
|
|
"environment": [
|
|
"TZ=%TIMEZONE%",
|
|
"NC_DOMAIN=%NC_DOMAIN%"
|
|
],
|
|
"volumes": [
|
|
{
|
|
"source": "nextcloud_aio_stalwart",
|
|
"destination": "/opt/stalwart-mail",
|
|
"writeable": true
|
|
},
|
|
{
|
|
"source": "nextcloud_aio_caddy",
|
|
"destination": "/caddy",
|
|
"writeable": false
|
|
}
|
|
],
|
|
"backup_volumes": [
|
|
"nextcloud_aio_stalwart"
|
|
]
|
|
}
|
|
]
|
|
}
|