mirror of
https://asciireactor.com/otho/stashapp
synced 2024-11-22 04:35:08 +00:00
Compare commits
2 Commits
352e25b719
...
a65b369ae9
Author | SHA1 | Date | |
---|---|---|---|
a65b369ae9 | |||
db6aa259e8 |
4
dns.tf
4
dns.tf
@ -20,7 +20,7 @@ provider "namecheap" {}
|
||||
|
||||
variable "host-rproxy" {
|
||||
type = string
|
||||
default = "rprxy-0.saline.o4data.net."
|
||||
default = "rprxy.saline.o4data.net."
|
||||
}
|
||||
|
||||
resource "namecheap_domain_records" "othonotes" {
|
||||
@ -46,7 +46,7 @@ resource "namecheap_domain_records" "othostash" {
|
||||
type = "CNAME"
|
||||
}
|
||||
record {
|
||||
hostname = "filemanager"
|
||||
hostname = "browse"
|
||||
address = var.host-rproxy
|
||||
type = "CNAME"
|
||||
}
|
||||
|
@ -38,6 +38,8 @@ services:
|
||||
- LETSENCRYPT_HOST=${filemanager_domain}
|
||||
- APPLICATION_URL=${filemanager_domain}
|
||||
- ONLYOFFICE_URL=http://onlyoffice
|
||||
volumes:
|
||||
- ./data/filestash:/app/data
|
||||
networks:
|
||||
- proxy
|
||||
- onlyoffice
|
||||
|
Loading…
Reference in New Issue
Block a user