docker-compose.yaml 426 B

123456789101112131415161718192021
  1. graphite:
  2. build:
  3. context: blocks/graphite1
  4. args:
  5. version: master
  6. ports:
  7. - "8080:80"
  8. - "2003:2003"
  9. - "8125:8125/udp"
  10. - "8126:8126"
  11. volumes:
  12. - /etc/localtime:/etc/localtime:ro
  13. - /etc/timezone:/etc/timezone:ro
  14. fake-graphite-data:
  15. image: grafana/fake-data-gen
  16. network_mode: bridge
  17. environment:
  18. FD_DATASOURCE: graphite
  19. FD_PORT: 2003