services: truenas-mcp: build: context: . 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: - ./config.json:/app/config.json:ro