(app: &AppHandle)
| 65 | // Ok(()) |
| 66 | // } |
| 67 | // } |
| 68 | |
| 69 | fn init_stacks(app: &AppHandle) { |
| 70 | // The reverse proxy in the bootstrap stack serves every `*.stack.localhost` |
| 71 | // host, so its certificate has to exist — and be mountable — before the |
| 72 | // stack comes up. `STACK_CERTS_DIR` is how the compose file finds it; |
| 73 | // `get_docker_env_vars` forwards every `STACK_*` variable to docker. |
| 74 | match tls::ensure_proxy(app) { |