chore(FEEDBACK-0001): linting
This commit is contained in:
@@ -2,7 +2,7 @@ services:
|
||||
web:
|
||||
build: .
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- '3000:3000'
|
||||
volumes:
|
||||
- trueref-data:/data
|
||||
# Corporate deployment support (TRUEREF-0019)
|
||||
@@ -24,10 +24,10 @@ services:
|
||||
build: .
|
||||
command: mcp
|
||||
ports:
|
||||
- "3001:3001"
|
||||
- '3001:3001'
|
||||
environment:
|
||||
TRUEREF_API_URL: http://web:3000
|
||||
MCP_PORT: "3001"
|
||||
MCP_PORT: '3001'
|
||||
depends_on:
|
||||
- web
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user