container: added vaultwarden
This commit is contained in:
parent
ece3fd6cee
commit
4754fb94b0
@ -11,6 +11,7 @@
|
|||||||
# Containers
|
# Containers
|
||||||
../modules/containers/ntfy.nix
|
../modules/containers/ntfy.nix
|
||||||
../modules/containers/mindwtr.nix
|
../modules/containers/mindwtr.nix
|
||||||
|
../modules/containers/vaultwarden.nix
|
||||||
|
|
||||||
];
|
];
|
||||||
# Disks
|
# Disks
|
||||||
|
|||||||
@ -13,7 +13,7 @@ in
|
|||||||
image = "vaultwarden/server:latest";
|
image = "vaultwarden/server:latest";
|
||||||
|
|
||||||
ports = [
|
ports = [
|
||||||
"0.0.0.0:10003:80"
|
"0.0.0.0:10002:80"
|
||||||
];
|
];
|
||||||
|
|
||||||
volumes = [
|
volumes = [
|
||||||
@ -22,10 +22,9 @@ in
|
|||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
TZ = "Europe/Bucharest";
|
TZ = "Europe/Bucharest";
|
||||||
|
DOMAIN = "vault.isan.ro";
|
||||||
WEBSOCKET_ENABLED = "true";
|
WEBSOCKET_ENABLED = "true";
|
||||||
SIGNUPS_ALLOWED = "false";
|
SIGNUPS_ALLOWED = "false";
|
||||||
ROCKET_PORT = "80";
|
|
||||||
ROCKET_ADDRESS = "0.0.0.0";
|
|
||||||
|
|
||||||
UID = "1000";
|
UID = "1000";
|
||||||
GID = "10000";
|
GID = "10000";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user