mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
added nextcloud to homelab
This commit is contained in:
parent
b1c0a8aedc
commit
b3a3a64d11
|
@ -47,6 +47,17 @@
|
|||
"/mnt/Media:/Media"
|
||||
];
|
||||
};
|
||||
nextcloud = {
|
||||
ports = ["0.0.0.0:80:80" ];
|
||||
image = "nextcloud:latest";
|
||||
environment = {
|
||||
TZ = "America/New_York";
|
||||
};
|
||||
volumes = [
|
||||
"nextcloud:/var/www/html"
|
||||
"/mnt/Media/NextCloud:/var/www/html/data"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue