Files
QSfera/Server/devtools/deployments/qsfera_full/README.md
T
Курнат Андрей 43caef7a6a Prepare QSfera production release
2026-06-08 19:57:40 +03:00

1.3 KiB

document this deployment example in
document this deployment example in
docs/qsfera/deployment/qsfera_full.md

КуСфера WOPI Deployment Example

This deployment example is documented in two locations for different audiences:

  • In the Admin Documentation
    Providing two variants using detailed configuration step by step guides:
    Docker Compose Setup and Docker Compose Local.
    Note that these examples use LetsEncrypt certificates and are intended for production use.

  • In the Developer Documentation
    Providing details which are more developer focused. This description can also be used when deviating from the default.
    Note that this examples uses self signed certificates and is intended for testing purposes.

For production rollouts from this compose directory, use env.production.example as the starting point for .env. It keeps TLS validation enabled, disables demo users, and requires explicit admin, Keycloak, and S3 secrets instead of demo defaults. Run ./validate-production-env.sh .env before docker compose config and rollout.