# Top-level project name pinned per the global Docker policy — prevents # collision with other apps on optical-dev that share /opt// layout. name: mg-mcp services: app: build: context: . dockerfile: Dockerfile container_name: mg-mcp restart: unless-stopped env_file: .env ports: # Apache fronts — bind localhost-only so the container is not # reachable from the public internet directly. - "127.0.0.1:${MG_MCP_PORT:-9080}:8000"