extract secrets to env, use docker compose

This commit is contained in:
Lett Osprey 2026-04-15 20:04:56 +02:00
parent 14ba148284
commit c8300f5978
16 changed files with 186 additions and 133 deletions

View file

@ -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)],
[],
),
])
}