lily_website

πŸ“œ Docker Compose (Production) (docker-compose.prod.yml)

⬅️ Back 🏠 Docs Root

This docker-compose.prod.yml file defines the multi-service Docker environment for deploying the Lily Website project in a production environment. It is optimized for production use, utilizing pre-built Docker images from a registry, gunicorn for the backend, and including services for SSL certificate management (Certbot) and Nginx.

Purpose

The production docker-compose.prod.yml aims to:

Services

1. backend (FastAPI/Django)

2. bot (Telegram Bot)

3. worker (ARQ Notification Worker)

4. redis

5. nginx

6. certbot

Volumes

Networks