examples/turborepo
2025-03-17 02:42:15 -06:00
..
.vscode feat(create-turbo): apply pnpm-eslint transform 2025-03-17 02:36:25 -06:00
apps feat(create-turbo): apply official-starter transform 2025-03-17 02:36:25 -06:00
packages feat(create-turbo): apply official-starter transform 2025-03-17 02:36:25 -06:00
.gitignore feat(create-turbo): apply official-starter transform 2025-03-17 02:36:25 -06:00
.npmrc feat(create-turbo): apply official-starter transform 2025-03-17 02:36:25 -06:00
package.json feat(create-turbo): apply official-starter transform 2025-03-17 02:36:25 -06:00
pnpm-lock.yaml feat(create-turbo): install dependencies 2025-03-17 02:36:43 -06:00
pnpm-workspace.yaml feat(create-turbo): apply official-starter transform 2025-03-17 02:36:25 -06:00
README.md docs(turborepo): update README with deployment instructions and environment variable setup 2025-03-17 02:42:15 -06:00
turbo.json fix(turbo): update start task dependency from build to start 2025-03-17 02:37:09 -06:00

Turborepo Example

This repository contains an example of turborepo application that is deployed on Dokploy.

  1. Use Git Provider in Your Application:

    • Repository: https://github.com/Dokploy/examples.git
    • Branch: main
    • Build path: /turborepo (Nixpacks)
  2. Environment Variables:

    • Add environment variables to the env tab.
    NIXPACKS_TURBO_APP_NAME="web"
    NIXPACKS_BUILD_CMD="turbo run build --filter=web"
    NIXPACKS_START_CMD="turbo run start --filter=web"
    
  3. Click on Deploy:

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

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

If you need further assistance, join our Discord server.