Remov unneeded arg, change IP to priv.

highsea-config
josiah 4 months ago
parent d4953760ed
commit c0a7ec54bf

@ -159,7 +159,6 @@ services:
readarr:
image: lscr.io/linuxserver/readarr:develop
container_name: readarr
environment:
PUID: 1000
PGID: 1000

@ -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"
}

Loading…
Cancel
Save