2023-05-31 18:00:44 +08:00
|
|
|
{
|
|
|
|
"aio_services_v1": [
|
|
|
|
{
|
|
|
|
"container_name": "nextcloud-aio-fail2ban",
|
|
|
|
"display_name": "Fail2ban",
|
2023-10-04 02:30:46 +08:00
|
|
|
"documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/fail2ban",
|
2023-05-31 18:00:44 +08:00
|
|
|
"image": "szaimen/aio-fail2ban",
|
2023-09-28 00:46:25 +08:00
|
|
|
"image_tag": "v1",
|
2023-05-31 18:00:44 +08:00
|
|
|
"internal_port": "host",
|
|
|
|
"restart": "unless-stopped",
|
|
|
|
"cap_add": [
|
|
|
|
"NET_ADMIN",
|
|
|
|
"NET_RAW"
|
|
|
|
],
|
|
|
|
"environment": [
|
|
|
|
"TZ=%TIMEZONE%"
|
|
|
|
],
|
|
|
|
"volumes": [
|
|
|
|
{
|
|
|
|
"source": "nextcloud_aio_nextcloud",
|
|
|
|
"destination": "/nextcloud",
|
|
|
|
"writeable": false
|
2023-09-29 21:47:14 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "nextcloud_aio_vaultwarden_logs",
|
|
|
|
"destination": "/vaultwarden",
|
|
|
|
"writeable": false
|
2023-05-31 18:00:44 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|