cortex-net

This commit is contained in:
Marc Blatter 2026-08-02 11:55:19 +00:00
parent 534f2215ba
commit fcd2905831
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ services:
- /opt/obsidian/couchdb:/opt/couchdb/data
restart: unless-stopped
networks:
- cortex-network
- cortex-net
obsidian-mcp:
image: node:20-alpine
@ -29,7 +29,7 @@ services:
command: sh -c "npm install express cors body-parser && node /app/server.js"
restart: unless-stopped
networks:
- cortex-network
- cortex-net
depends_on:
- couchdb