Rebrand PodcastYes -> Podcast Distribution AI (podcastdistributionai.com)
This commit is contained in:
+5
-4
@@ -1,4 +1,4 @@
|
||||
# Deploying PodcastYes on Dokploy
|
||||
# Deploying Podcast Distribution AI on Dokploy
|
||||
|
||||
Containerized deploy: one image, two services (`web` + `worker`) via Docker
|
||||
Compose, a persistent volume for generated assets, an **external** Postgres, and
|
||||
@@ -8,7 +8,7 @@ Artifacts: [`Dockerfile`](../Dockerfile), [`docker-compose.yml`](../docker-compo
|
||||
|
||||
## 1. Create the app in Dokploy
|
||||
- New Project → **Create Service → Compose**.
|
||||
- **Provider:** Git → `https://git.serfaty.co/admin/podcastyes`, branch `main`.
|
||||
- **Provider:** Git → `https://git.serfaty.co/admin/podcast-distribution-ai`, branch `main`.
|
||||
- **Compose path:** `docker-compose.yml`.
|
||||
|
||||
## 2. Environment (Dokploy → Environment tab)
|
||||
@@ -16,8 +16,9 @@ These feed both the build args (`NEXT_PUBLIC_*`) and runtime env. Minimum:
|
||||
```
|
||||
DATABASE_URL=postgresql://user:pass@host:5432/db?schema=public
|
||||
BETTER_AUTH_SECRET=<openssl rand -base64 32>
|
||||
BETTER_AUTH_URL=https://your-domain
|
||||
NEXT_PUBLIC_APP_URL=https://your-domain
|
||||
BETTER_AUTH_URL=https://podcastdistributionai.com
|
||||
NEXT_PUBLIC_APP_URL=https://podcastdistributionai.com
|
||||
EMAIL_FROM=Podcast Distribution AI <noreply@podcastdistributionai.com>
|
||||
OPENAI_API_KEY=...
|
||||
ELEVENLABS_API_KEY=...
|
||||
RESEND_API_KEY=... # optional (emails)
|
||||
|
||||
Reference in New Issue
Block a user