mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
10 lines
227 B
YAML
10 lines
227 B
YAML
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
|