Skip to content

Instantly share code, notes, and snippets.

@tstachl
Created February 21, 2018 02:38
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 tstachl/72ae5f3349efe257710e36fee1d8cf70 to your computer and use it in GitHub Desktop.
Save tstachl/72ae5f3349efe257710e36fee1d8cf70 to your computer and use it in GitHub Desktop.
A compose file containing the logging service via logsprout.
version: '3'
services:
logger:
image: gliderlabs/logspout
volumes:
- '/var/run/docker.sock:/var/run/docker.sock'
command: "syslog+tls://${PAPERTRAIL_URL}"
restart: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment