Remove mcpo control panel

This commit is contained in:
2026-09-06 10:59:58 +02:00
parent 673e5ab2c7
commit f05db7aa18
+9 -27
View File
@@ -16,36 +16,18 @@ services:
networks:
- mcponet
# mcpo:
# image: ghcr.io/open-webui/mcpo:main
# container_name: mcpo
# restart: always
# environment:
# port: 8000
# api-key: "top-secret"
# command: -k "top-secret" -c /app/config.json -n mymcpo
# ports:
# - "8888:8000"
# volumes:
# - /var/lib/docker/volumes/mcpo/config/config.json:/app/config.json:rw
# networks:
# - mcponet
mcpo-control-panel:
image: daswer123/mcpo-control-panel:latest
container_name: mcpo-control
command: [ "uv", "run", "python", "-m", "mcpo_control_panel", "--host", "0.0.0.0", "--port", "8083", "--config-dir", "/data" ]
mcpo:
image: ghcr.io/open-webui/mcpo:main
container_name: mcpo
restart: always
environment:
MCPO_MANAGER_HOST: "0.0.0.0"
MCPO_MANAGER_PORT: "8083"
MCPO_MANAGER_DATA_DIR: "/data"
TZ: Europe/Paris
volumes:
- /var/lib/docker/volumes/mcpo-control/data:/data
port: 8000
api-key: "top-secret"
command: -k "top-secret" -c /app/config.json -n mymcpo
ports:
- '8083:8083'
- '8888:8000'
- "8888:8000"
volumes:
- /var/lib/docker/volumes/mcpo/config/config.json:/app/config.json:rw
networks:
- mcponet