Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 949 Bytes

File metadata and controls

29 lines (18 loc) · 949 Bytes

MCPO Docker Compose with Web-Based Config Editor

This Docker Compose configuration is optimized for Dockge deployment and includes an integrated web-based text editor for managing MCPO's config.json file.

Key Features

  • Built-in web editor for real-time configuration editing
  • JSON validation to prevent syntax errors
  • Persistent configuration storage via Docker volumes

Important Security Notes

⚠️ Change the default values from "changeme" to a secure value before deployment in the .env file

Service Ports

  • Config Editor: http://your-server-ip:18020
  • MCPO Server: http://your-server-ip:18021

Quick Start

  1. Update the config in the .env file
  2. Deploy services
  3. Access the config editor to customize your MCPO settings
  4. Restart MCPO container after making configuration changes

This compose file uses the image for MCPO from https://github.com/open-webui/mcpo