mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-04 20:14:56 +01:00
add mcpo
This commit is contained in:
9
mcpo/docker-compose.yml
Normal file
9
mcpo/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
mcpo:
|
||||
image: ghcr.io/open-webui/mcpo:main
|
||||
command: ["--config", "/app/etc/config.json", "--api-key", "top-secret"]
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- ./data:/app/etc
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user