add fail2ban as example container for testing purposes

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-05-31 12:00:44 +02:00
parent c320da2b0e
commit f221ab7655
6 changed files with 41 additions and 3 deletions

View file

@ -0,0 +1,26 @@
{
"aio_services_v1": [
{
"container_name": "nextcloud-aio-fail2ban",
"display_name": "Fail2ban",
"image": "szaimen/aio-fail2ban",
"image_tag": "%AIO_CHANNEL%",
"internal_port": "host",
"restart": "unless-stopped",
"cap_add": [
"NET_ADMIN",
"NET_RAW"
],
"environment": [
"TZ=%TIMEZONE%"
],
"volumes": [
{
"source": "nextcloud_aio_nextcloud",
"destination": "/nextcloud",
"writeable": false
}
]
}
]
}

View file

@ -0,0 +1 @@
This is not working on Docker Desktop since it needs network_mode: host in order to work correctly.

View file

@ -0,0 +1 @@
## This is a WIP and not working yet!