Fix ports conflicts #37
4 changed files with 6 additions and 3 deletions
|
@ -13,8 +13,8 @@ job "bagage" {
|
|||
|
||||
network {
|
||||
port "web_port" {
|
||||
static = 8080
|
||||
to = 8080
|
||||
static = 8015
|
||||
to = 8015
|
||||
}
|
||||
port "ssh_port" {
|
||||
static = 2222
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
job "email-android7" {
|
||||
datacenters = ["neptune", "bespin"]
|
||||
# Should not run on the same site as email.hcl (port conflict in diplonat)
|
||||
datacenters = ["scorpio", "bespin"]
|
||||
type = "service"
|
||||
priority = 100
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
job "email" {
|
||||
# Should not run on the same site as email-android7.hcl (port conflict in diplonat)
|
||||
datacenters = ["neptune"]
|
||||
type = "service"
|
||||
priority = 65
|
||||
|
|
|
@ -37,6 +37,7 @@ ports so that we can avoid conflicts when adding services.
|
|||
5432 psql_proxy
|
||||
5433 postgresql
|
||||
8008 synapse
|
||||
8015 bagage
|
||||
8080 jitsi video bridge (prod) / reserved (staging)
|
||||
8300 consul
|
||||
8301 consul
|
||||
|
|
Loading…
Reference in a new issue