mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-06 13:56:45 +08:00
7123a997a9
Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com>
73 lines
2.2 KiB
JSON
73 lines
2.2 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": "docjyj/aio-stalwart",
|
|
"image_tag": "%AIO_CHANNEL%",
|
|
"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%",
|
|
"STALWART_USER_PASS=%STALWART_USER_PASS%"
|
|
],
|
|
"secrets": [
|
|
"STALWART_USER_PASS"
|
|
],
|
|
"volumes": [
|
|
{
|
|
"source": "nextcloud_aio_stalwart",
|
|
"destination": "/opt/stalwart-mail",
|
|
"writeable": true
|
|
},
|
|
{
|
|
"source": "nextcloud_aio_caddy",
|
|
"destination": "/caddy",
|
|
"writeable": false
|
|
}
|
|
],
|
|
"backup_volumes": [
|
|
"nextcloud_aio_stalwart"
|
|
]
|
|
}
|
|
]
|
|
}
|