Files
zopu-code/deploy/zopu-runtime/runner/docker-compose.yml
2026-07-28 14:50:45 +05:30

12 lines
343 B
YAML

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