Skip to content

Instantly share code, notes, and snippets.

@friddle
Last active December 16, 2021 03:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save friddle/9f81d3d7c2478c1fca620610d3969204 to your computer and use it in GitHub Desktop.
Save friddle/9f81d3d7c2478c1fca620610d3969204 to your computer and use it in GitHub Desktop.
agent.yaml
appname: "eru"
entrypoints:
agent:
cmd: "/usr/bin/eru-agent --hostname node1 --config /etc/eru/agent.yaml"
restart: always
publish:
- "12345"
healthcheck:
tcp_ports:
- "12345"
privileged: true
volumes:
- /sys:/sys:ro
- /var/run/docker.sock:/var/run/docker.sock
- /proc/:/hostProc/
- /root/eru:/etc/eru
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment