forked from Deuxfleurs/infrastructure
Fix configuration
This commit is contained in:
parent
155a9f7e4d
commit
f0a527ac7f
3 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
id: Easybridge
|
id: Easybridge
|
||||||
url: http://easybridge.service.2.cluster.deuxfleurs.fr
|
url: http://easybridge-api.service.2.cluster.deuxfleurs.fr:8321
|
||||||
as_token: {{ key "secrets/chat/easybridge/as_token" | trimSpace }}
|
as_token: {{ key "secrets/chat/easybridge/as_token" | trimSpace }}
|
||||||
hs_token: {{ key "secrets/chat/easybridge/hs_token" | trimSpace }}
|
hs_token: {{ key "secrets/chat/easybridge/hs_token" | trimSpace }}
|
||||||
sender_localpart: _ezbr_
|
sender_localpart: _ezbr_
|
||||||
|
|
|
@ -308,8 +308,8 @@ room_invite_state_types:
|
||||||
|
|
||||||
# A list of application service config file to use
|
# A list of application service config file to use
|
||||||
app_service_config_files:
|
app_service_config_files:
|
||||||
- "/etc/matrix-synapse/fb2mx_registration.yaml"
|
|
||||||
- "/etc/matrix-synapse/easybridge_registration.yaml"
|
- "/etc/matrix-synapse/easybridge_registration.yaml"
|
||||||
|
#- "/etc/matrix-synapse/fb2mx_registration.yaml"
|
||||||
|
|
||||||
|
|
||||||
# macaroon_secret_key: <PRIVATE STRING>
|
# macaroon_secret_key: <PRIVATE STRING>
|
||||||
|
|
|
@ -195,7 +195,7 @@ job "chat" {
|
||||||
task "easybridge" {
|
task "easybridge" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "lxpz/easybridge_amd64:5"
|
image = "lxpz/easybridge_amd64:8"
|
||||||
port_map {
|
port_map {
|
||||||
api_port = 8321
|
api_port = 8321
|
||||||
web_port = 8281
|
web_port = 8281
|
||||||
|
@ -227,7 +227,8 @@ job "chat" {
|
||||||
}
|
}
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
memory = 50
|
memory = 500
|
||||||
|
cpu = 1000
|
||||||
network {
|
network {
|
||||||
port "api_port" {
|
port "api_port" {
|
||||||
static = "8321"
|
static = "8321"
|
||||||
|
|
Loading…
Reference in a new issue