Enterprise regulations policy#223
Conversation
rahul-tavro
left a comment
There was a problem hiding this comment.
DB changes are approved
rahul-tavro
left a comment
There was a problem hiding this comment.
Point 2 — resolved correctly. Commit 8690b28 "docker ignore file issue resolved" fixes the .dockerignore build-context bloat by:
Reverting context: back to . (tavro/) for all four services (tavro-postgres, tavro-api, tavro-app, risk-mcp-server) in docker-compose.yml, so tavro/.dockerignore is honored again.
Pulling the enterprise repo in as a named build context instead (additional_contexts: [enterprise=../enterprise]), so enterprise/.dockerignore (if any) also applies to itself rather than being bypassed.
Updating every Dockerfile's COPY paths accordingly: local files dropped the tavro/ prefix (since context is now tavro/ itself), and every file sourced from the enterprise repo now uses COPY --from=enterprise instead of a plain path-based COPY.




Removed the compliance schema and related items that were not needed for the open-source version, as they have been moved to the enterprise version.