Remove temporary mcpo to test with mcpo control panel

This commit is contained in:
2026-09-06 10:28:57 +02:00
parent 8430a7209d
commit 673e5ab2c7
+15 -14
View File
@@ -16,20 +16,20 @@ 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:
# 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
@@ -45,6 +45,7 @@ services:
- /var/lib/docker/volumes/mcpo-control/data:/data
ports:
- '8083:8083'
- '8888:8000'
networks:
- mcponet