Skip to content

Instantly share code, notes, and snippets.

@turbo
Created September 10, 2018 13:12
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 turbo/984ab282af9bd8641084ce44fe758b75 to your computer and use it in GitHub Desktop.
Save turbo/984ab282af9bd8641084ce44fe758b75 to your computer and use it in GitHub Desktop.
##################
# Extensions #
##################
x-influxlog: &influxlog
logging:
driver: syslog
options:
syslog-address: "udp://localhost:514"
tag: "{{.ImageName}}"
x-worker: &worker
placement:
constraints: [node.role == worker]
x-manager: &manager
placement:
constraints: [node.role == manager]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment