extract secrets to env, use docker compose
This commit is contained in:
parent
14ba148284
commit
c8300f5978
16 changed files with 186 additions and 133 deletions
|
|
@ -75,10 +75,6 @@ fn view_join_live(room: String, pin: String) -> Element(Msg) {
|
|||
[server_component.route("/socket/live/" <> room <> "/" <> pin)],
|
||||
[],
|
||||
),
|
||||
server_component.element(
|
||||
[server_component.route("/socket/control/" <> room <> "/" <> pin)],
|
||||
[],
|
||||
),
|
||||
])
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue