Add logmatic.io template (#366)
* Add logmatic.io template * Update version to string
This commit is contained in:
committed by
Hussein Galal
parent
aff3851ef5
commit
cd8a0603ad
Executable
+11
@@ -0,0 +1,11 @@
|
||||
logmatic-agent:
|
||||
image: logmatic/logmatic-docker
|
||||
entrypoint: /usr/src/app/index.js
|
||||
command: ${logmatic_key} ${opts_args}
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /proc/:/host/proc/:ro
|
||||
- /sys/fs/cgroup/:/host/sys/fs/cgroup:ro
|
||||
labels:
|
||||
io.rancher.scheduler.global: "true"
|
||||
Reference in New Issue
Block a user