forked from DGNum/infrastructure
fix(forgejo): Move repo archives and actions_artifact to our big slow disks
This commit is contained in:
parent
959d5ae501
commit
26833e7b64
1 changed files with 5 additions and 0 deletions
|
@ -83,6 +83,11 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.services.forgejo.serviceConfig.BindPaths = [
|
||||||
|
"/data/slow/forgejo/repo-archive:/var/lib/git/data/repo-archive"
|
||||||
|
"/data/slow/forgejo/actions_artifacts:/var/lib/git/data/actions_artifacts"
|
||||||
|
];
|
||||||
|
|
||||||
dgn-web.simpleProxies.forgejo = {
|
dgn-web.simpleProxies.forgejo = {
|
||||||
inherit host port;
|
inherit host port;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue