mirror of
				https://gitlab.sectorq.eu/home/docker-compose.git
				synced 2025-10-31 02:21:10 +01:00 
			
		
		
		
	bitwarden
This commit is contained in:
		| @@ -1,24 +1,37 @@ | |||||||
| version: "3.5" | --- | ||||||
|  |  | ||||||
| services: | services: | ||||||
|   fail2ban: |   fail2ban: | ||||||
|     image: crazymax/fail2ban:latest |     image: lscr.io/linuxserver/fail2ban:latest | ||||||
|     container_name: fail2ban |     container_name: fail2ban | ||||||
|     network_mode: host |  | ||||||
|     cap_add: |     cap_add: | ||||||
|       - NET_ADMIN |       - NET_ADMIN | ||||||
|       - NET_RAW |       - NET_RAW | ||||||
|  |     network_mode: host | ||||||
|  |     environment: | ||||||
|  |       - PUID=1000 | ||||||
|  |       - PGID=1000 | ||||||
|  |       - TZ=Etc/UTC | ||||||
|  |       - VERBOSITY=-vv #optional | ||||||
|     volumes: |     volumes: | ||||||
|       - "/share/docker_data/fail2ban/data:/data" |       - /share/docker_data/fail2ban/config:/config | ||||||
|       - "/share/docker_data/fail2ban/log:/var/log" |  | ||||||
|       - /var/log:/var/log:ro |       - /var/log:/var/log:ro | ||||||
|       #- "/share/docker_data/nextcloud/data/nextcloud.log:/nextcloud.log:ro" |       # - /path/to/airsonic/log:/remotelogs/airsonic:ro #optional | ||||||
|       - type: bind |       # - /path/to/apache2/log:/remotelogs/apache2:ro #optional | ||||||
|         source: /share/docker_data/nextcloud/app/data/nextcloud.log |       # - /path/to/authelia/log:/remotelogs/authelia:ro #optional | ||||||
|         target: /nextcloud.log |       # - /path/to/emby/log:/remotelogs/emby:ro #optional | ||||||
|         read_only: true |       # - /path/to/filebrowser/log:/remotelogs/filebrowser:ro #optional | ||||||
|     env_file: |       # - /path/to/homeassistant/log:/remotelogs/homeassistant:ro #optional | ||||||
|       - /data/fail2ban.env |       # - /path/to/lighttpd/log:/remotelogs/lighttpd:ro #optional | ||||||
|     restart: always |       # - /path/to/nextcloud/log:/remotelogs/nextcloud:ro #optional | ||||||
|  |       # - /path/to/nginx/log:/remotelogs/nginx:ro #optional | ||||||
|  |       # - /path/to/nzbget/log:/remotelogs/nzbget:ro #optional | ||||||
|  |       # - /path/to/overseerr/log:/remotelogs/overseerr:ro #optional | ||||||
|  |       # - /path/to/prowlarr/log:/remotelogs/prowlarr:ro #optional | ||||||
|  |       # - /path/to/radarr/log:/remotelogs/radarr:ro #optional | ||||||
|  |       # - /path/to/sabnzbd/log:/remotelogs/sabnzbd:ro #optional | ||||||
|  |       # - /path/to/sonarr/log:/remotelogs/sonarr:ro #optional | ||||||
|  |       # - /path/to/unificontroller/log:/remotelogs/unificontroller:ro #optional | ||||||
|  |       # - /path/to/vaultwarden/log:/remotelogs/vaultwarden:ro #optional | ||||||
|  |     restart: unless-stopped | ||||||
|     labels: |     labels: | ||||||
|       com.centurylinklabs.watchtower.enable: true |       com.centurylinklabs.watchtower.enable: true | ||||||
		Reference in New Issue
	
	Block a user
	 jaydee
					jaydee