moved crowdsec to proxy docker compose
This commit is contained in:
@@ -12,6 +12,25 @@ services:
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/authelia/config:/config
|
||||
|
||||
crowdsec:
|
||||
container_name: crowdsec
|
||||
image: crowdsecurity/crowdsec
|
||||
environment:
|
||||
- COLLECTIONS=crowdsecurity/apache2 crowdsecurity/sshd crowdsecurity/nginx
|
||||
- BOUNCER_KEY_OPENWRT=e5eafa00ff6db5164b12426c6cfb6b62
|
||||
ports:
|
||||
- 8280:8080
|
||||
- 6260:6060
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/crowdsec/config:/etc/crowdsec
|
||||
- ${DOCKERCONFIGS}/crowdsec/config/acquis.d:/etc/crowdsec/acquis.d
|
||||
- ${DOCKERCONFIGS}/crowdsec/config/acquis.yaml:/etc/crowdsec/acquis.yaml
|
||||
- ${DOCKERCONFIGS}/crowdsec/data:/var/lib/crowdsec/data
|
||||
- ${DOCKERCONFIGS}/nginxproxymanager/data/logs:/logs/nginx:ro
|
||||
- /var/log/auth.log:/logs/auth.log:ro
|
||||
- /var/log/syslog.log:/logs/syslog.log:ro
|
||||
|
||||
ddclient:
|
||||
container_name: ddclient
|
||||
image: lscr.io/linuxserver/ddclient:latest
|
||||
|
||||
Reference in New Issue
Block a user