Fix jackett resources

This commit is contained in:
Nemo 2018-09-12 21:47:14 +05:30
parent 47a34095c6
commit aff21bf142
2 changed files with 8 additions and 4 deletions

View File

@ -84,10 +84,10 @@ db: mongodb://mongorocks:27017/wiki
# Git Connection Info (force disabled)
# ---------------------------------------------------------------------
git: false
# git:
# url: https://git.captnemo.in/nemo/wiki
# branch: master
# git: false
git:
url: https://git.captnemo.in/nemo/wiki
branch: master
# auth:
# # Type: basic or ssh

View File

@ -16,6 +16,10 @@ module "jackett" {
container_path = "/config"
}]
resource {
memory = "256"
}
env = [
"PUID=1004",
"PGID=1003",