name: ultima networks: default: name: ultima_default services: beszel-agent: container_name: beszel-agent environment: PORT: 45876 # Do not remove quotes around the key KEY: "${BESZEL_ULTIMA_AGENT_KEY}" TOKEN: ${BESZEL_ULTIMA_TOKEN} HUB_URL: http://192.168.1.254:22220 expose: - 45876 image: henrygd/beszel-agent:0.18.3@sha256:67b51e7976da13b7ce15e0270869827d54aa3df8cf0978e240e4105f62395a46 network_mode: host restart: unless-stopped volumes: - ${ULTIMA_DOCKER_DIR}/beszel-agent:/var/lib/beszel-agent - /var/run/docker.sock:/var/run/docker.sock:ro context7-mcp: container_name: context7-mcp expose: - 8080 image: mcp/context7:latest@sha256:1174e6a29634a83b2be93ac1fefabf63265f498c02c72201fe3464e687dd8836 restart: unless-stopped docker-socket-proxy: container_name: dockerproxy environment: AUTH: 1 BUILD: 1 COMMIT: 1 CONFIGS: 1 CONTAINERS: 1 DISTRIBUTION: 1 EVENTS: 1 EXEC: 1 GPRC: 1 IMAGES: 1 INFO: 1 NETWORKS: 1 NODES: 1 POST: 1 PLUGINS: 1 SERVICES: 1 SESSION: 1 SYSTEM: 1 TASKS: 1 VOLUMES: 1 LOG_LEVEL: debug image: ghcr.io/tecnativa/docker-socket-proxy:latest@sha256:1f3a6f303320723d199d2316a3e82b2e2685d86c275d5e3deeaf182573b47476 ports: - 2375:2375 privileged: true restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock faster-whisper: container_name: faster-whisper environment: PUID: ${PUID} PGID: ${PGID} TZ: ${TZ} WHISPER_MODEL: large LOCAL_ONLY: #optional WHISPER_BEAM: 1 #optional WHISPER_LANG: en #optional image: lscr.io/linuxserver/faster-whisper:latest@sha256:63fdf1ba970a2935dda15dbee87e10d3ac83e22a39bc322db2cbd7fdf7dbdba6 ports: - "10300:10300" restart: unless-stopped volumes: - ${ULTIMA_DOCKER_DIR}/faster-whisper/:/config gitea-mcp: command: ["/app/gitea-mcp", "-t", "http", "--port", "8080", "-d"] container_name: gitea-mcp environment: GITEA_INSTANCE_URL: http://192.168.1.254:3013 GITEA_ACCESS_TOKEN: ${GITEA_ROOT_TOKEN} expose: - 8080 image: gitea/gitea-mcp-server:0.6.0@sha256:fe9bb39bf37b41528ffb8404bb6ae203e8260400eb1b23cfb981fb73677eb95f restart: unless-stopped meilisearch: container_name: meilisearch environment: MEILI_HOST: http://meilisearch:7700 MEILI_NO_ANALYTICS: true MEILI_MASTER_KEY: ${MEILISEARCH_MASTER_KEY} image: getmeili/meilisearch:v1.27@sha256:22e82938463a532286bd6b2b902a5a3fa7a5017d46cc6a3cc3b4c6fc365e49f0 ports: - 7700:7700 restart: always user: ${PUID}:${PGID} volumes: - ${ULTIMA_DOCKER_DIR}/meilisearch:/meili_data navidrome-mcp: container_name: navidrome-mcp image: git.trez.wtf/trez/navidrome-mcp:latest@sha256:4c98af82902471ae411126b0333370614c5d71ec8a2819a90fd2bdff2170ef05 expose: - 5000 environment: NAVIDROME_URL: "https://navi.trez.wtf" NAVIDROME_USERNAME: admin NAVIDROME_PASSWORD: ${NAVIDROME_PASSWORD} LASTFM_API_KEY: ${LASTFM_API_KEY} RADIO_BROWSER_USER_AGENT: "Navidrome-MCP/1.0" LYRICS_PROVIDER: "lrclib" LRCLIB_USER_AGENT: "Navidrome-MCP/1.0" # NAVIDROME_DEFAULT_LIBRARIES: "" restart: unless-stopped ollama: container_name: ollama image: ollama/ollama@sha256:37ef34d78a6f4563a11cbbb336bbaa75f01eb19671d639973f98baa58f11a5ed ports: - 11434:11434 restart: unless-stopped volumes: - ollama:/root/.ollama piper: container_name: piper environment: PUID: ${PUID} PGID: ${PGID} TZ: ${TZ} PIPER_VOICE: en_GB-jenny_dioco-medium LOCAL_ONLY: #optional PIPER_LENGTH: 1.0 #optional PIPER_NOISE: 0.667 #optional PIPER_NOISEW: 0.333 #optional PIPER_SPEAKER: 0 #optional NO_STREAMING: #optional image: lscr.io/linuxserver/piper:latest@sha256:e66887340fd467cac900f57e37159cc83cae40bdbe4eeaffa66b4c0a90892320 ports: - 10200:10200 restart: unless-stopped volumes: - ${ULTIMA_DOCKER_DIR}/piper/:/config portainer-agent: container_name: portainer_agent image: portainer/agent:latest@sha256:5b33e50ff131094e0b1b7272cc34205c970b6b25cecf4bbcf7c13298388a4832 volumes: - /:/host - /var/lib/docker/volumes:/var/lib/docker/volumes - /var/run/docker.sock:/var/run/docker.sock restart: always ports: - 9001:9001 searxng-mcp: container_name: searxng-mcp environment: SEARXNG_URL: http://192.168.1.254:8095 MCP_HTTP_PORT: 3000 expose: - 3000 image: isokoliuk/mcp-searxng:latest@sha256:3d4b4c537a847ff681b1b48ef2ed1d3b83f0bd10a6bfdbd913bb07ea7978f0ae restart: unless-stopped stdin_open: true signoz-logspout: command: signoz://192.168.1.254:8082 container_name: signoz-logspout environment: ENV: prod SIGNOZ_LOG_ENDPOINT: http://192.168.1.254:8082 image: pavanputhra/logspout-signoz:2025.07.19-887dfeb@sha256:6da8ce12279a5262de8b2d5c083ce82d4c878c4eab702b4d328afe147ed7553b restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock signoz-mcp: container_name: signoz-mcp-server image: signoz/signoz-mcp-server:v0.0.4@sha256:b12723ae87b02b0efbba4b4c8a60058ebf10e3162385c692248d512121a1efa6 environment: SIGNOZ_URL: http://192.168.1.254:36113 SIGNOZ_API_KEY: ${SIGNOZ_API_KEY} TRANSPORT_MODE: http MCP_SERVER_PORT: 8000 LOG_LEVEL: info expose: - 8000 restart: unless-stopped stable-diffusion-webui: container_name: stable-diffusion-webui image: ghcr.io/neggles/sd-webui-docker:latest@sha256:1795fe796e1dad0d8d3baa9ef7c38a255b69c0878b76869feecc617bfd015e53 environment: CLI_ARGS: "--api --use-cpu all --precision full --no-half --skip-torch-cuda-test --ckpt /empty.pt --do-not-download-clip --disable-nan-check --disable-opt-split-attention" # will have to be changed for new hardware PYTHONUNBUFFERED: "1" TERM: "vt100" SD_WEBUI_VARIANT: "default" ports: - 7860:7860 restart: unless-stopped volumes: - ${ULTIMA_DOCKER_DIR}/stable-diffusion-webui/data:/data - ${ULTIMA_DOCKER_DIR}/stable-diffusion-webui/output:/output webui-mcpo: container_name: webui-mcpo image: masterno12/webui-mcpo:latest@sha256:018df5374c627ebeb82ea395a9c26f7439cf8a66c003608f390d09eecfc8db7d ports: - 18003:8000 restart: unless-stopped volumes: - ${ULTIMA_DOCKER_DIR}/mcpo:/opt/mcpo wikipedia-mcp: command: ["--transport", "sse", "--country", "US", "--enable-cache"] container_name: wikipedia-mcp expose: - 8000 image: mcp/wikipedia-mcp:latest@sha256:047f17273bae96828903cfd12f13c7a64951b54e537530ecb6678fff5204a584 restart: unless-stopped volumes: ollama: name: ollama