remove mongodb from nfss
This commit is contained in:
parent
8b23b480bf
commit
ee24f2848b
5 changed files with 2 additions and 32 deletions
|
|
@ -10,15 +10,5 @@ in
|
|||
# Container definitions for nfss host
|
||||
virtualisation.oci-containers.containers = {
|
||||
|
||||
mongodb = {
|
||||
image = "docker.io/mongo:7";
|
||||
volumes = [ "/var/lib/mongodb:/data/db" ];
|
||||
environment = { TZ = systemTZ; };
|
||||
environmentFiles = [ "/etc/mongodb-env" ];
|
||||
ports = [ "27017:27017" ];
|
||||
extraOptions = [ "--network=podman" ];
|
||||
autoStart = true;
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue