mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-13 18:51:26 +08:00
1fda79c9e7
Signed-off-by: Simon L <szaimen@e.mail.de>
31 lines
887 B
JSON
31 lines
887 B
JSON
{
|
|
"aio_services_v1": [
|
|
{
|
|
"container_name": "nextcloud-aio-fail2ban",
|
|
"display_name": "Fail2ban",
|
|
"image": "szaimen/aio-fail2ban",
|
|
"image_tag": "v1",
|
|
"internal_port": "host",
|
|
"restart": "unless-stopped",
|
|
"cap_add": [
|
|
"NET_ADMIN",
|
|
"NET_RAW"
|
|
],
|
|
"environment": [
|
|
"TZ=%TIMEZONE%"
|
|
],
|
|
"volumes": [
|
|
{
|
|
"source": "nextcloud_aio_nextcloud",
|
|
"destination": "/nextcloud",
|
|
"writeable": false
|
|
},
|
|
{
|
|
"source": "nextcloud_aio_vaultwarden_logs",
|
|
"destination": "/vaultwarden",
|
|
"writeable": false
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|