Skip to main content
The repository contains two Compose files with different purposes.

Production services

Commands

Do not add -v to docker compose down in production unless you intentionally want to delete named data volumes and have a verified recovery plan.

Image policy

The checked-in stack references latest application images. For repeatable production releases, replace them with reviewed immutable tags or digests and record the complete set deployed together.

Health and dependency behavior

Compose health checks gate some dependencies, but they do not prove the whole customer flow works. Add external checks for HTTPS, API health, Socket.IO, queue consumption, provider calls, database/storage access, and a synthetic widget message.
Last modified on July 17, 2026