An open API service indexing awesome lists of open source software.

https://github.com/dokploy/astro-example

Astro application on dokploy
https://github.com/dokploy/astro-example

Last synced: 8 months ago
JSON representation

Astro application on dokploy

Awesome Lists containing this project

README

          

# Dokploy Example

This repository contains an example blog deployment for Dokploy.

You have two options to get started:

1. **Fork the Repository**:
- Fork this repo to your own GitHub account.

2. **Use Git Provider in Your Application**:
- Repository: `https://github.com/Dokploy/astro-example.git`
- Branch: `main`
- Build path: `/`

3. **Add Environment Variables**:
- Navigate to the "Environments" tab and add the following variable:
```plaintext
NIXPACKS_START_CMD="pnpm run preview"
```

4. **Click on Deploy**:
- Deploy your application by clicking the deploy button.

5. **Add a Domain**:
- Host: Enter your domain.
- Path: `/`
- Container port: `3000`

If you need further assistance, join our [Discord server](https://discord.com/invite/2tBnJ3jDJc).