Skip to content

Instantly share code, notes, and snippets.

@afonsoaugusto
Created March 17, 2019 11:33
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 afonsoaugusto/cb453fb2d6ff8432c40aeda55ae34e51 to your computer and use it in GitHub Desktop.
Save afonsoaugusto/cb453fb2d6ff8432c40aeda55ae34e51 to your computer and use it in GitHub Desktop.
version: '3.3'
services:
visualizer:
image: dockersamples/visualizer:stable
ports:
- "8080:8080"
stop_grace_period: 1m30s
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
deploy:
placement:
constraints: [node.role == manager]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment