refactor: simplify identifiers parameter in create_customer and update Docker config

This commit is contained in:
2026-03-18 22:41:02 -05:00
parent 89f95d2015
commit e78a8007c7
5 changed files with 24 additions and 7 deletions

View File

@@ -5,7 +5,14 @@ services:
dockerfile: Dockerfile
ports:
- "3001:3001"
volumes:
- ./src:/app/src
env_file:
- .env
environment:
- FASTMCP_HOST=0.0.0.0
- FASTMCP_TRANSPORT=http
- FASTMCP_PORT=3001
volumes:
src: