Move domains of some things to staging.deuxfleurs.org

This commit is contained in:
Alex 2022-06-01 14:25:45 +02:00
parent bee58a7891
commit 72f5c70096
Signed by untrusted user: lx
GPG key ID: 0E496D15096376BE
3 changed files with 8 additions and 6 deletions

View file

@ -22,7 +22,7 @@ api_bind_addr = "0.0.0.0:3993"
[s3_web]
bind_addr = "0.0.0.0:3992"
root_domain = ".garage-staging-web.home.adnab.me"
root_domain = ".web.staging.deuxfleurs.org"
index = "index.html"
[admin]

View file

@ -11,6 +11,10 @@ job "garage-staging" {
}
group "garage-staging" {
migrage {
max_parallel = 1
}
network {
port "s3" { static = 3990 }
port "rpc" { static = 3991 }
@ -80,7 +84,7 @@ job "garage-staging" {
service {
tags = [
"garage-staging-k2v-api",
"tricot k2v-staging.home.adnab.me",
"tricot k2v.staging.deuxfleurs.org",
"tricot-add-header Access-Control-Allow-Origin *",
]
port = 3993
@ -122,11 +126,9 @@ job "garage-staging" {
service {
tags = [
"garage-staging-web",
"tricot *.garage-staging-web.home.adnab.me",
"tricot *.web.staging.deuxfleurs.org",
"tricot staging.deuxfleurs.org",
"tricot matrix.home.adnab.me/.well-known/matrix/server",
"tricot rust-docs",
"tricot-add-header Access-Control-Allow-Origin *",
]
port = 3992

View file

@ -39,7 +39,7 @@ EOH
service {
tags = [
"kibana",
"tricot kibana.home.adnab.me",
"tricot kibana.staging.deuxfleurs.org",
]
port = 5601
address_mode = "driver"
@ -133,7 +133,7 @@ EOH
service {
tags = [
"grafana",
"tricot grafana.home.adnab.me",
"tricot grafana.staging.deuxfleurs.org",
]
port = 3333
address_mode = "driver"