removed extra container and added new process to soketi container

This commit is contained in:
Luan Estradioto
2024-08-15 20:52:50 -03:00
parent 548fc21e40
commit 2b8c9920d8
6 changed files with 70 additions and 52 deletions

View File

@@ -326,7 +326,7 @@ respond 404
'loadBalancer' => [
'servers' => [
0 => [
'url' => 'http://coolify-terminal:6002',
'url' => 'http://coolify-realtime:6002',
],
],
],
@@ -404,7 +404,7 @@ $schema://$host {
reverse_proxy coolify-realtime:6001
}
handle /terminal/* {
reverse_proxy coolify-terminal:6002
reverse_proxy coolify-realtime:6002
}
reverse_proxy coolify:80
}";