Last active
December 16, 2021 03:42
-
-
Save friddle/9f81d3d7c2478c1fca620610d3969204 to your computer and use it in GitHub Desktop.
agent.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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