Add prometheus to infra

This commit is contained in:
Tom Gallacher 2017-01-24 17:53:59 +00:00
parent 237e1c6024
commit bbdd97911c
1 changed files with 14 additions and 0 deletions

View File

@ -83,3 +83,17 @@ nginx:
labels:
- triton.cns.services=nginx
- com.docker.swarm.affinities=["container!=~*nginx*"]
#############################################################################
# Prometheus is an open source performance monitoring tool
# it is included here for demo purposes and is not required
#############################################################################
prometheus:
image: autopilotpattern/prometheus:latest
restart: always
mem_limit: 1g
env_file: .env
ports:
- 9090
labels:
- triton.cns.services=prometheus
- com.docker.swarm.affinities=["container!=~*prometheus*"]