12 lines
339 B
YAML
12 lines
339 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_ENVOY_VERSION: ${RIVET_ENVOY_VERSION}
|
|
RIVET_POOL: default
|
|
restart: unless-stopped
|