Created
October 25, 2019 02:26
-
-
Save azamara/e682974fb171f095141269de7e19429c to your computer and use it in GitHub Desktop.
weave-docker-compose.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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