Skip to content

Instantly share code, notes, and snippets.

@arindam89
Created May 8, 2020 03:02
Show Gist options
  • Save arindam89/da3ff60cf8b73179b0139b0093fea473 to your computer and use it in GitHub Desktop.
Save arindam89/da3ff60cf8b73179b0139b0093fea473 to your computer and use it in GitHub Desktop.
Docker Compose File
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