Remove resource limits from ubooquity, improve transmission links

This commit is contained in:
Nemo 2017-12-05 23:28:14 +05:30
parent be669c2ceb
commit 41083a213d
2 changed files with 3 additions and 2 deletions

View File

@ -59,7 +59,7 @@ email = "acme@captnemo.in"
storage = "/acme/acme.json"
entryPoint = "https"
dnsProvider = "cloudflare"
onHostRule = false
onHostRule = true
onDemand = false
acmelogging = true

View File

@ -203,6 +203,8 @@ resource "docker_container" "couchpotato" {
"PGID=1003",
"TZ=Asia/Kolkata",
]
links = ["transmission"]
}
resource "docker_container" "traefik" {
@ -444,7 +446,6 @@ resource "docker_container" "ubooquity" {
restart = "unless-stopped"
destroy_grace_seconds = 30
must_run = true
memory = 800
volumes {
host_path = "/mnt/xwing/config/ubooquity"