Skip to content

Instantly share code, notes, and snippets.

@indigo423
Created May 10, 2023 16:07
Show Gist options
  • Save indigo423/5bb37cdbb1d09c2492044a8d0e14a9a6 to your computer and use it in GitHub Desktop.
Save indigo423/5bb37cdbb1d09c2492044a8d0e14a9a6 to your computer and use it in GitHub Desktop.
Minion-NG docker-compose.yml
---
version: '3'
services:
bto-minion:
image: opennms/horizon-stream-minion:latest
# image: docker.io/opennms/horizon-stream-minion:v0.0.33-dev
environment:
TZ: 'Europe/Berlin'
MINION_ID: 'minion-ng-01'
MINION_LOCATION: 'gns-lab'
USE_KUBERNETES: 'false'
IGNITE_SERVER_ADDRESSES: localhost
MINION_GATEWAY_HOST: <MY-TENANT-ID>.minion.onms-fb-dev.dev.nonprod.dataservice.opennms.com
MINION_GATEWAY_PORT: 443
MINION_GATEWAY_TLS: 'true'
ports:
- '8181:8181/tcp'
- '8101:8101/tcp'
- '1162:1162/udp'
- "4729:4729/udp"
- "8877:8877/udp"
- "9999:9999/udp"
- "162:162/udp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment