services: truenas-mcp: build: context: /mnt/ssd/apps/mcp/truenas dockerfile: Dockerfile container_name: truenas-mcp restart: unless-stopped ports: - "8814:8000" env_file: - .env environment: TRUENAS_URL: "http://192.168.31.100" TRUENAS_VERIFY_SSL: "false" TRUENAS_ENABLE_DESTRUCTIVE_OPS: "false" TRUENAS_LOG_LEVEL: "INFO" volumes: - /mnt/ssd/apps/mcp/truenas/config.json:/app/config.json:ro