matrix: update config
This commit is contained in:
parent
4ff62098c3
commit
7d0fd438fc
4 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,7 @@ in
|
|||
container_name = "mautrix-signal";
|
||||
restart = "unless-stopped";
|
||||
depends_on = [ "signald" ];
|
||||
ports = [ "29328:29328" ];
|
||||
volumes = [
|
||||
"/etc/container-matrix/signal:/data"
|
||||
"/etc/container-matrix/signald:/signald"
|
||||
|
@ -54,6 +55,7 @@ in
|
|||
image = "dock.mau.dev/mautrix/whatsapp:latest";
|
||||
container_name = "mautrix-whatsapp";
|
||||
restart = "unless-stopped";
|
||||
ports = [ "29318:29318" ];
|
||||
volumes = [
|
||||
"/etc/container-matrix/whatsapp:/data"
|
||||
];
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -24,7 +24,9 @@ in
|
|||
app_service_api = {
|
||||
database.connection_string = connectionString;
|
||||
config_files = [
|
||||
"/etc/container-matrix/signal/registration.yaml"
|
||||
"/etc/container-matrix/telegram/registration.yaml"
|
||||
"/etc/container-matrix/whatsapp/registration.yaml"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue