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] [s3_web]
bind_addr = "0.0.0.0:3992" bind_addr = "0.0.0.0:3992"
root_domain = ".garage-staging-web.home.adnab.me" root_domain = ".web.staging.deuxfleurs.org"
index = "index.html" index = "index.html"
[admin] [admin]

View file

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

View file

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