Compare commits

..

No commits in common. "a65b369ae9172465ca7b22d4070c3b825fb90e30" and "352e25b71903b976bfb1b6370d50f8f5c9e61e85" have entirely different histories.

2 changed files with 2 additions and 4 deletions

4
dns.tf
View File

@ -20,7 +20,7 @@ provider "namecheap" {}
variable "host-rproxy" { variable "host-rproxy" {
type = string type = string
default = "rprxy.saline.o4data.net." default = "rprxy-0.saline.o4data.net."
} }
resource "namecheap_domain_records" "othonotes" { resource "namecheap_domain_records" "othonotes" {
@ -46,7 +46,7 @@ resource "namecheap_domain_records" "othostash" {
type = "CNAME" type = "CNAME"
} }
record { record {
hostname = "browse" hostname = "filemanager"
address = var.host-rproxy address = var.host-rproxy
type = "CNAME" type = "CNAME"
} }

View File

@ -38,8 +38,6 @@ services:
- LETSENCRYPT_HOST=${filemanager_domain} - LETSENCRYPT_HOST=${filemanager_domain}
- APPLICATION_URL=${filemanager_domain} - APPLICATION_URL=${filemanager_domain}
- ONLYOFFICE_URL=http://onlyoffice - ONLYOFFICE_URL=http://onlyoffice
volumes:
- ./data/filestash:/app/data
networks: networks:
- proxy - proxy
- onlyoffice - onlyoffice