Odoo 13

This project demonstrates a complete deployment of Odoo 13 Community Edition using a modern and production-ready infrastructure. The system is containerized with Docker & Docker Compose, uses PostgreSQL as the backend database, and is secured behind Nginx reverse proxy with Let's Encrypt SSL. The deployment includes Odoo’s installation, initial database setup, environment configuration, and production optimization such as proxy timeouts, persistent volumes, and reverse proxy routing. The project also resolves common production issues such as Odoo’s long loading time during module initialization (504 Gateway Timeout), by adjusting Nginx proxy parameters. <Turned Off due to lack of resources>

View