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
- Host: GitHub
- URL: https://github.com/dokploy/astro-example
- Owner: Dokploy
- Created: 2024-06-21T22:04:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-01T20:58:47.000Z (over 1 year ago)
- Last Synced: 2025-04-23T01:17:48.155Z (8 months ago)
- Language: Astro
- Homepage:
- Size: 292 KB
- Stars: 1
- Watchers: 0
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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).