Skip to content

Instantly share code, notes, and snippets.

@nalanj
Created August 25, 2018 13:50
Show Gist options
  • Save nalanj/543b765c12bf19e6b700b1c83bdebd9d to your computer and use it in GitHub Desktop.
Save nalanj/543b765c12bf19e6b700b1c83bdebd9d to your computer and use it in GitHub Desktop.
version: "3"
services:
randolog:
image: golang
command: go run /usr/src/randolog/main.go
volumes:
- ./randolog/:/usr/src/randolog/
logging:
driver: fluentd
options:
fluentd-address: "localhost:24224"
tag: "docker.{{.ID}}"
fluentd:
build:
context: ./fluentd/
ports:
- "24224:24224"
- "24224:24224/udp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment