lily_website

📜 Docker Compose (Development) (docker-compose.yml)

⬅️ Back 🏠 Docs Root

This docker-compose.yml file defines the multi-service Docker environment for local development of the Lily Website project. It sets up all necessary services, including databases, application containers, and development tools, allowing developers to run the entire application stack with a single command.

Purpose

The development docker-compose.yml aims to:

Services

1. db (PostgreSQL)

2. redis

3. backend (FastAPI/Django)

4. bot (Telegram Bot)

5. worker (ARQ Notification Worker)

6. nginx

7. mailpit

Volumes

Networks