Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 935 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 935 Bytes

T3 App Example

This repository contains an example of T3 application with mysql database that is deployed on Dokploy.

  1. Use Git Provider in Your Application:

    • Repository: https://github.com/Dokploy/examples.git
    • Branch: main
    • Build path: /t3
  2. Create a MySQL Database:

    • Enter to the database and copy the Internal Connection URL.
  3. Add Environment Variables to your Application:

  • Navigate to the "Environments" tab and add the following variable:
    DATABASE_URL="the-database-url-you-copied-from-the-previous-step"
    
  1. Click on Deploy:

    • Deploy your application by clicking the deploy button.
  2. Generate a Domain:

    • Click on generate domain button.
    • A new domain will be generated for you.
    • You can use this domain to access your application.

If you need further assistance, join our Discord server.