diff --git a/docker/conf/traefik.toml b/docker/conf/traefik.toml index 5f75abc..43da1ac 100644 --- a/docker/conf/traefik.toml +++ b/docker/conf/traefik.toml @@ -59,7 +59,7 @@ email = "acme@captnemo.in" storage = "/acme/acme.json" entryPoint = "https" dnsProvider = "cloudflare" -onHostRule = false +onHostRule = true onDemand = false acmelogging = true diff --git a/docker/main.tf b/docker/main.tf index 876595f..5b8735f 100644 --- a/docker/main.tf +++ b/docker/main.tf @@ -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"