Migrated from Cloudflare Pages to self-hosted Docker deployment on Netcup RS 8000 server. - Add optimized multi-stage Dockerfile with Next.js standalone output - Add docker-compose.yml for container orchestration (port 3003) - Add Cloudflare Tunnel configuration for mycofi.earth routing - Add .dockerignore for optimized build context - Add comprehensive DEPLOYMENT.md with setup and troubleshooting guide - Update next.config.mjs: change output from 'export' to 'standalone' Architecture: Internet → Cloudflare Tunnel → Netcup RS 8000 → Docker Container 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .github/workflows | ||
| app | ||
| components | ||
| lib | ||
| public | ||
| styles | ||
| .dockerignore | ||
| .gitignore | ||
| DEPLOYMENT.md | ||
| Dockerfile | ||
| README.md | ||
| cloudflared-config.yml | ||
| components.json | ||
| docker-compose.yml | ||
| next.config.mjs | ||
| package.json | ||
| pnpm-lock.yaml | ||
| postcss.config.mjs | ||
| tsconfig.json | ||
README.md
MycoFi website
Automatically synced with your v0.app deployments
Overview
This repository will stay in sync with your deployed chats on v0.app. Any changes you make to your deployed app will be automatically pushed to this repository from v0.app.
Deployment
Your project is live at:
https://vercel.com/jeff-emmetts-projects/v0-myco-fi-website
Build your app
Continue building your app on:
https://v0.app/chat/projects/3E0ktWenMaD
How It Works
- Create and modify your project using v0.app
- Deploy your chats from the v0 interface
- Changes are automatically pushed to this repository
- Vercel deploys the latest version from this repository