This is a forked gist from @mill1000 for the sole purpose of usage in https://github.com/hahagu/rpi-headless-a2dp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Convex Self-Hosted — Coolify Docker Compose | |
| # Deploy as a "Docker Compose" resource in Coolify. | |
| # | |
| # After deployment: | |
| # 1. docker compose exec backend ./generate_admin_key.sh | |
| # 2. Set CONVEX_SELF_HOSTED_ADMIN_KEY in your app's .env with the generated key | |
| # 3. Set CONVEX_SELF_HOSTED_URL to the backend URL (SERVICE_URL_BACKEND_3210) | |
| # | |
| # Configuration: | |
| # Set INSTANCE_NAME in Coolify UI to your project name (default: "convex"). |