diff --git a/ansible/roles/highsea/templates/highsea-compose.yml b/ansible/roles/highsea/templates/highsea-compose.yml index d8026e2..b6f3dce 100644 --- a/ansible/roles/highsea/templates/highsea-compose.yml +++ b/ansible/roles/highsea/templates/highsea-compose.yml @@ -159,7 +159,6 @@ services: readarr: image: lscr.io/linuxserver/readarr:develop - container_name: readarr environment: PUID: 1000 PGID: 1000 diff --git a/terraform/do_domains/records_home.jowj.net.tf b/terraform/do_domains/records_home.jowj.net.tf index deef93e..38dff90 100644 --- a/terraform/do_domains/records_home.jowj.net.tf +++ b/terraform/do_domains/records_home.jowj.net.tf @@ -217,6 +217,7 @@ resource "digitalocean_record" demiurge-dns { # this motherfucker is currently set manually. # TODO: Figure out how to do this programmatically +# Especailly because getting the output of tailscale is difficult?? resource "digitalocean_record" highsea-dns { domain = "home.jowj.net" flags = "0" @@ -225,6 +226,6 @@ resource "digitalocean_record" highsea-dns { priority = "0" ttl = "900" type = "A" - value = "192.168.1.17" + value = "100.72.101.61" weight = "0" }