2023-12-26 14:45:04 +01:00
|
|
|
services:
|
|
|
|
fail2ban:
|
|
|
|
container_name: fail2ban
|
|
|
|
restart: unless-stopped
|
|
|
|
image: crazymax/fail2ban:latest
|
|
|
|
environment:
|
|
|
|
- TZ=Europe/Paris
|
|
|
|
- PUID=1000
|
|
|
|
- PGID=1000
|
|
|
|
- F2B_DB_PURGE_AGE=30d
|
|
|
|
volumes:
|
|
|
|
- $DATA/fail2ban:/data
|
|
|
|
- $DATA/vaultwarden:/remotelogs/vaultwarden:ro
|
2024-01-03 04:52:09 +01:00
|
|
|
- $DATA/honeypots/ssh-honeypot:/remotelogs/ssh-honeypot:ro
|
|
|
|
- $DATA/authelia/logs:/remotelogs/authelia:ro
|
2023-12-26 16:11:37 +01:00
|
|
|
- type: bind
|
|
|
|
source: /home/shp/.ssh/mkrouter
|
|
|
|
target: /ssh-key/mkrouter
|
2023-12-28 19:35:49 +01:00
|
|
|
- type: bind
|
|
|
|
source: /home/shp/.ssh/known_hosts
|
|
|
|
target: /root/.ssh/known_hosts
|
|
|
|
|
2023-12-26 14:45:04 +01:00
|
|
|
# authelia
|
|
|
|
# hass
|
|
|
|
# traefik ?
|