Skip to content

Instantly share code, notes, and snippets.

@azamara
Created October 25, 2019 02:26
Show Gist options
  • Save azamara/e682974fb171f095141269de7e19429c to your computer and use it in GitHub Desktop.
Save azamara/e682974fb171f095141269de7e19429c to your computer and use it in GitHub Desktop.
weave-docker-compose.yml
scope:
environment:
- ENABLE_BASIC_AUTH=true
- BASIC_AUTH_USERNAME=admin
- BASIC_AUTH_PASSWORD=123qwe
image: weaveworks/scope:1.11.6
net: "host"
pid: "host"
privileged: true
labels:
- "works.weave.role=system"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock:rw"
command:
- "--probe.docker=true"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment