Provision more Gitea Compute and Ram for mirroring large repos
This commit is contained in:
parent
318c8e5ae1
commit
0e5712a05e
@ -67,6 +67,11 @@ job "gitea" {
|
|||||||
volume = "gitea-data"
|
volume = "gitea-data"
|
||||||
destination = "/data"
|
destination = "/data"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
resources {
|
||||||
|
cpu = 3000
|
||||||
|
memory = 2000
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user