Container renames and reordering.
This commit is contained in:
+9
-9
@@ -8,7 +8,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
PORT: 45876
|
PORT: 45876
|
||||||
# Do not remove quotes around the key
|
# Do not remove quotes around the key
|
||||||
KEY: "${BESZEL_RINOA_AGENT_KEY}"
|
KEY: "${BESZEL_ULTIMA_AGENT_KEY}"
|
||||||
TOKEN: ${BESZEL_ULTIMA_TOKEN}
|
TOKEN: ${BESZEL_ULTIMA_TOKEN}
|
||||||
HUB_URL: http://192.168.1.254:22220
|
HUB_URL: http://192.168.1.254:22220
|
||||||
expose:
|
expose:
|
||||||
@@ -50,13 +50,6 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
mcp-searxng:
|
|
||||||
container_name: mcp-searxng
|
|
||||||
environment:
|
|
||||||
SEARXNG_URL: http://192.168.1.254:8095
|
|
||||||
image: isokoliuk/mcp-searxng:latest@sha256:3d4b4c537a847ff681b1b48ef2ed1d3b83f0bd10a6bfdbd913bb07ea7978f0ae
|
|
||||||
restart: unless-stopped
|
|
||||||
stdin_open: true
|
|
||||||
meilisearch:
|
meilisearch:
|
||||||
container_name: meilisearch
|
container_name: meilisearch
|
||||||
environment:
|
environment:
|
||||||
@@ -88,11 +81,18 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 9001:9001
|
- 9001:9001
|
||||||
|
searxng-mcp:
|
||||||
|
container_name: mcp-searxng
|
||||||
|
environment:
|
||||||
|
SEARXNG_URL: http://192.168.1.254:8095
|
||||||
|
image: isokoliuk/mcp-searxng:latest@sha256:3d4b4c537a847ff681b1b48ef2ed1d3b83f0bd10a6bfdbd913bb07ea7978f0ae
|
||||||
|
restart: unless-stopped
|
||||||
|
stdin_open: true
|
||||||
signoz-mcp-server:
|
signoz-mcp-server:
|
||||||
container_name: signoz-mcp-server
|
container_name: signoz-mcp-server
|
||||||
image: git.trez.wtf/trez/signoz-mcp-server:latest@sha256:452b1ed75679c0a11438f73ff34e57302d5ed4a3a9684810a40ee8a98742fdd6
|
image: git.trez.wtf/trez/signoz-mcp-server:latest@sha256:452b1ed75679c0a11438f73ff34e57302d5ed4a3a9684810a40ee8a98742fdd6
|
||||||
environment:
|
environment:
|
||||||
SIGNOZ_URL: ${SIGNOZ_URL}
|
SIGNOZ_URL: http://192.168.1.254:36113
|
||||||
SIGNOZ_API_KEY: ${SIGNOZ_API_KEY}
|
SIGNOZ_API_KEY: ${SIGNOZ_API_KEY}
|
||||||
TRANSPORT_MODE: http
|
TRANSPORT_MODE: http
|
||||||
MCP_SERVER_PORT: 8000
|
MCP_SERVER_PORT: 8000
|
||||||
|
|||||||
Reference in New Issue
Block a user