Files
grafana/docker/blocks/graphite1/fig
2017-10-11 16:40:15 +02:00

29 lines
513 B
Plaintext

# version: '3'
# services:
# graphite1:
# build:
# context: blocks/graphite1
# args:
# - version=master
graphite1:
build: blocks/graphite1
ports:
- "8080:80"
- "2003:2003"
networks:
- graphite
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
fake-graphite-data:
image: grafana/fake-data-gen
networks:
- graphite
environment:
FD_DATASOURCE: graphite
FD_PORT: 2003
networks:
graphite: