cacti

Cacti compose file

Uses Dockge

services:
  cacti:
    image: joehorn/cacti
    container_name: cacti
    ports:
      - 8008:80
    environment:
      - TZ=Australia/Perth
    volumes:
      - cacti_data:/var/www/html
      - ./cereustransporter/plugin:/opt/cacti/plugins/cereustransporter
    restart: unless-stopped
volumes:
  cacti_data: null
networks: {}
x-dockge:
  urls:
    - http://192.168.1.25:8008/
    - http://dragonsreach.home:8008/
  • cacti.txt
  • Last modified: 2025/06/01 16:36
  • by admin