Created
May 8, 2020 03:02
-
-
Save arindam89/da3ff60cf8b73179b0139b0093fea473 to your computer and use it in GitHub Desktop.
Docker Compose File
This file contains 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
version: '3' | |
services: | |
prometheus_demo: | |
build: . | |
ports: | |
- "9100:9100" | |
- "9090:9090" | |
- "3000:3000" | |
- "9093:9093" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment