feat: add durable AgentOS slice execution
This commit is contained in:
8
deploy/zopu-runtime/runner/Dockerfile
Normal file
8
deploy/zopu-runtime/runner/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM oven/bun:1.3.14
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
RUN bun install --frozen-lockfile
|
||||
|
||||
CMD ["bun", "packages/agents/src/runner.ts"]
|
||||
11
deploy/zopu-runtime/runner/docker-compose.yml
Normal file
11
deploy/zopu-runtime/runner/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
zopu-agentos-runner:
|
||||
build:
|
||||
context: ../../..
|
||||
dockerfile: deploy/zopu-runtime/runner/Dockerfile
|
||||
environment:
|
||||
RIVET_ENDPOINT: ${RIVET_ENDPOINT}
|
||||
RIVET_PUBLIC_ENDPOINT: ${RIVET_PUBLIC_ENDPOINT}
|
||||
RIVET_RUNNER: default
|
||||
RIVET_RUNNER_VERSION: ${RIVET_RUNNER_VERSION}
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user