1

Finally fix gitea + actions

This commit is contained in:
2023-11-09 19:39:46 +01:00
parent 1241196567
commit 715ad266ae
3 changed files with 49 additions and 11 deletions

View File

@ -23,7 +23,7 @@
};
extraOptions = [
"--network=behind-nginx"
"--net=behind-nginx"
];
};
@ -50,9 +50,9 @@
];
environment = {
USER = "christoph";
USER_UID = "1000";
USER_GID = "100";
USER = "git";
USER_UID = "500";
# USER_GID = "100";
GITEA__database__DB_TYPE = "postgres";
GITEA__database__HOST = "gitea-db:5432";
@ -63,7 +63,7 @@
};
extraOptions = [
"--network=behind-nginx"
"--net=behind-nginx"
];
};
}