add collabora, add hydraJobs back in #8

Merged
ahuston-0 merged 9 commits from feature/collabora into main 2025-03-02 20:16:35 -05:00
Showing only changes of commit fc68e0fb59 - Show all commits

View File

@ -8,7 +8,7 @@ let
# nextcloud-image = import ./nextcloud-image { inherit pkgs; };
nextcloud-base = {
# image comes from running docker compose build in nextcloud-docker/.examples/full/apache
image = "nextcloud:stable";
image = "nextcloud-nextcloud";
hostname = "nextcloud";
volumes = [
"${nextcloud_path}/nc_data:/var/www/html:z"