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: networks:
- mcponet - mcponet
mcpo: # mcpo:
image: ghcr.io/open-webui/mcpo:main # image: ghcr.io/open-webui/mcpo:main
container_name: mcpo # container_name: mcpo
restart: always # restart: always
environment: # environment:
port: 8000 # port: 8000
api-key: "top-secret" # api-key: "top-secret"
command: -k "top-secret" -c /app/config.json -n mymcpo # command: -k "top-secret" -c /app/config.json -n mymcpo
ports: # ports:
- "8888:8000" # - "8888:8000"
volumes: # volumes:
- /var/lib/docker/volumes/mcpo/config/config.json:/app/config.json:rw # - /var/lib/docker/volumes/mcpo/config/config.json:/app/config.json:rw
networks: # networks:
- mcponet # - mcponet
mcpo-control-panel: mcpo-control-panel:
image: daswer123/mcpo-control-panel:latest image: daswer123/mcpo-control-panel:latest
@@ -45,6 +45,7 @@ services:
- /var/lib/docker/volumes/mcpo-control/data:/data - /var/lib/docker/volumes/mcpo-control/data:/data
ports: ports:
- '8083:8083' - '8083:8083'
- '8888:8000'
networks: networks:
- mcponet - mcponet