
## vim /etc/docker/graphite.yml version: "3.8" services: graphite: image: graphiteapp/graphite-statsd:1.1.7-9 container_name: graphite hostname: graphite restart: always ports: # Carbon Plain Text - "2003-2004:2003-2004" # Carbon Relay - "2013-2014:2013-2014" # Carbon Aggregator - "2023-2024:2023-2024" # Carbon Statsd - target: 8125 published: 8125 protocol: udp mode: host - "8126:8126" # Graphite Webapp - "127.0.0.1:8081:80" volumes: - /srv/graphite/conf:/opt/graphite/conf:Z - /srv/graphite/data:/opt/graphite/storage:Z environment: - GRAPHITE_DEBUG=0 - COLLECTD=1 - GRAPHITE_TIME_ZONE=Europe/Berlin - RELAY=1