runs on prod now :)
This commit is contained in:
parent
d7812f37c3
commit
4c66c514a3
5 changed files with 83 additions and 87 deletions
|
|
@ -52,14 +52,14 @@ in {
|
|||
containers.vaultwarden = {
|
||||
autoStart = true;
|
||||
privateNetwork = true;
|
||||
hostAddress = "172.16.0.4";
|
||||
localAddress = "192.168.100.4";
|
||||
hostAddress = "192.168.100.4";
|
||||
localAddress = "192.168.100.104";
|
||||
|
||||
bindMounts = {
|
||||
"/var/lib/vaultwarden" = {
|
||||
"/var/lib/bitwarden_rs" = {
|
||||
hostPath = DATA_DIR;
|
||||
isReadOnly = false;
|
||||
}; # TODO set correct
|
||||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue