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 = {
|
virtualisation.oci-containers.containers.crowdsec = {
|
||||||
image = "crowdsecurity/crowdsec:latest-debian";
|
image = "crowdsecurity/crowdsec:latest-debian";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
ports = [ "127.0.0.1:8080:8080" ];
|
ports = [ "127.0.0.1:8080:8080" "127.0.0.1:6060:6060" ];
|
||||||
environment = {
|
environment = {
|
||||||
COLLECTIONS = "crowdsecurity/linux crowdsecurity/sshd crowdsecurity/traefik crowdsecurity/http-cve Dominic-Wagner/vaultwarden";
|
COLLECTIONS = "crowdsecurity/linux crowdsecurity/sshd crowdsecurity/traefik crowdsecurity/http-cve Dominic-Wagner/vaultwarden";
|
||||||
GID = "0";
|
GID = "0";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue