Skip to content

chore: expand compose for microservices#92

Merged
Siya360 merged 3 commits into
mainfrom
aiof6n-codex/review-codebase-for-agentic-ai-migration
Aug 5, 2025
Merged

chore: expand compose for microservices#92
Siya360 merged 3 commits into
mainfrom
aiof6n-codex/review-codebase-for-agentic-ai-migration

Conversation

@Siya360

@Siya360 Siya360 commented Aug 5, 2025

Copy link
Copy Markdown
Owner

Summary

  • replace monolithic API entry in docker-compose.yml with individual service definitions and an orchestrator
  • refresh root README to document microservice layout and build instructions

Testing

  • cd services/auth && go build -v -o /tmp/auth ./cmd
  • cd services/users && go build -v -o /tmp/users ./cmd
  • cd services/flights && go build -v -o /tmp/flights ./cmd
  • cd services/bookings && go build -v -o /tmp/bookings ./cmd
  • cd services/admin && go build -v -o /tmp/admin ./cmd
  • python -m py_compile agents/orchestrator/main.py
  • docker compose config (fails: command not found)

https://chatgpt.com/codex/tasks/task_e_689219611d4c8333af2d944fd76909c0

@Siya360
Siya360 merged commit dd06097 into main Aug 5, 2025
2 checks passed
@Siya360
Siya360 deleted the aiof6n-codex/review-codebase-for-agentic-ai-migration branch August 5, 2025 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant