Brewly Store

About the company
We have adopted a PHP Monolith architecture designed for a rapid MVP launch while maintaining a top-tier delivery chain: Code ➔ Docker ➔ DO ECR ➔ GitOps ➔ DO prod
📦 MVP Functional Scope
Auth: Registration, login, and user profiles.
Catalog: Products & Categories (scaffolded for efficient search).
Cart: Items management and total price calculation.
Orders: Full lifecycle management (from 'New' to 'Completed').
Payments: Basic integration (focus on Cash on Delivery/COD).
Admin: Tools for product management and order tracking.
💻 The Tech Stack
Language: PHP 8.3
Database: PostgreSQL
Caching: Redis
Infrastructure: Docker + Docker Compose
Orchestration: Ansible
CI/CD: GitHub Actions
Cloud: DO
🔒 Security Standards & DX (Developer Experience)
This is not just a "pet project." It is a professional-grade environment built with BigTech standards:
Zero-Trust Secrets: No passwords in Git, Docker images, or GitHub commits.
DO Integration: Production secrets are stored securely in DO Systems Manager as
SecureString.DO Secret Injection: Pods receive credentials directly into the PHP process memory via Kubernetes Secrets. No
.envfiles are used in production.Clean Local Dev: Developers use a local
.envvia Docker Compose—no direct cloud access is required for coding.
🎯 Who Are We Looking For?
A PHP developer who wants to work in a real production environment. This is a unique opportunity to see your code flow through a professional GitOps pipeline.