fix: await Rivet envoy registration

This commit is contained in:
-Puter
2026-07-28 15:34:08 +05:30
parent eede4c10ba
commit a53029cf7a
2 changed files with 3 additions and 3 deletions

View File

@@ -6,6 +6,6 @@ services:
environment: environment:
RIVET_ENDPOINT: ${RIVET_ENDPOINT} RIVET_ENDPOINT: ${RIVET_ENDPOINT}
RIVET_PUBLIC_ENDPOINT: ${RIVET_PUBLIC_ENDPOINT} RIVET_PUBLIC_ENDPOINT: ${RIVET_PUBLIC_ENDPOINT}
RIVET_RUNNER: default RIVET_ENVOY_VERSION: ${RIVET_ENVOY_VERSION}
RIVET_RUNNER_VERSION: ${RIVET_RUNNER_VERSION} RIVET_POOL: default
restart: unless-stopped restart: unless-stopped

View File

@@ -1,3 +1,3 @@
import { runtimeRegistry } from "./runtime/agent-os"; import { runtimeRegistry } from "./runtime/agent-os";
await runtimeRegistry.startEnvoy(); await runtimeRegistry.startAndWait();