Fix audioserve

This commit is contained in:
Nemo 2019-09-14 17:32:17 +05:30
parent 975c48094f
commit 4336814bac
2 changed files with 11 additions and 1 deletions

View File

@ -9,6 +9,16 @@ module "audioserve" {
auth = "true"
}
resource {
memory = 256
memory_swap = 256
}
command = [
"--no-authentication",
"/audiobooks",
]
restart = "always"
image = "izderadicka/audioserve"

View File

@ -1,7 +1,7 @@
module "miniflux-container" {
name = "miniflux"
source = "modules/container"
image = "miniflux/miniflux:2.0.15"
image = "miniflux/miniflux:2.0.17"
web {
expose = true