Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Mafyuh/iac
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5aa08a447e57609bbf3895b19e5fbe418874b732
Choose a base ref
..
head repository: Mafyuh/iac
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: da46c302dec75241f990954d2c9e7e8a1216d359
Choose a head ref
Showing with 24 additions and 0 deletions.
  1. +24 −0 docker/arm/docker-compose.yml
24 changes: 24 additions & 0 deletions docker/arm/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -65,6 +65,30 @@ services:
restart: unless-stopped
networks:
- gitea_main

fail2ban:
image: crazymax/fail2ban:1.1.0
container_name: fail2ban
network_mode: "host"
cap_add:
- NET_ADMIN
- NET_RAW
volumes:
- "/docker/appdata/fail2ban/data:/data"
- "/var/log/auth.log:/var/log/auth.log:ro"
- "/docker/appdata/nginx/data/logs/:/log/npm/:ro"
environment:
- TZ=America/New_York
- F2B_LOG_TARGET=STDOUT
- F2B_LOG_LEVEL=INFO
- F2B_DB_PURGE_AGE=1d
- SSMTP_HOST=$SSMTP_HOST
- SSMTP_PORT=587
- SSMTP_HOSTNAME=$SSMTP_HOSTNAME
- SSMTP_USER=$SSMTP_USER
- SSMTP_PASSWORD=$SSMTP_PASSWORD
- SSMTP_TLS=YES
restart: always

uptime-kuma:
image: louislam/uptime-kuma:1.23.13