Render Deploy
Render works best with the repository’s Docker setup.
Steps
- Fork the repository on GitHub.
- Create a new Render web service from your fork.
- Keep the environment set to Docker.
- Add the required environment variables before the first successful deploy.
- Deploy the service from the root of the repository.
Environment Variables
BOT_TOKEN=
OWNER_ID=
AUTH_USERS=
DOWNLOAD_LOCATION=./DOWNLOADS
CHUNK_SIZE=128
HTTP_PROXY=
PROCESS_MAX_TIMEOUT=3700Notes
- the legacy Python-only Render path is no longer the recommended setup
- the root
Dockerfilealready contains the runtime assumptions for the bot