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 Connection Info (force disabled)
# --------------------------------------------------------------------- # ---------------------------------------------------------------------
git: false # git: false
# git: git:
# url: https://git.captnemo.in/nemo/wiki url: https://git.captnemo.in/nemo/wiki
# branch: master branch: master
# auth: # auth:
# # Type: basic or ssh # # Type: basic or ssh

View File

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