mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
crowdsec vaultwarden
This commit is contained in:
parent
3e5e4d5be6
commit
995af002c7
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ in
|
|||
virtualisation.oci-containers.containers.crowdsec = {
|
||||
image = "crowdsecurity/crowdsec:latest-debian";
|
||||
autoStart = true;
|
||||
ports = [ "127.0.0.1:8080:8080" ];
|
||||
ports = [ "127.0.0.1:8080:8080" "127.0.0.1:6060:6060" ];
|
||||
environment = {
|
||||
COLLECTIONS = "crowdsecurity/linux crowdsecurity/sshd crowdsecurity/traefik crowdsecurity/http-cve Dominic-Wagner/vaultwarden";
|
||||
GID = "0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue