Installing Agents via Docker Compose
docker login registry.cybus.ioservices:
protocol-mapper-agent:
image: registry.cybus.io/cybus/protocol-mapper:${IMAGE_TAG}
environment:
CYBUS_AGENT_MODE: distributed
CYBUS_AGENT_NAME: myAgent
CYBUS_HOSTNAME_INGRESS: localhost
CYBUS_TRUST_ALL_CERTS: true
volumes:
- protocol-mapper-agent:/data
restart: unless-stopped
network_mode: host
hostname: <some-suitable-hostname>
volumes:
protocol-mapper-agent:Last updated
Was this helpful?

