Rebrand PodcastYes -> Podcast Distribution AI (podcastdistributionai.com)

This commit is contained in:
Leon Serfaty
2026-06-20 20:12:43 -04:00
parent 3ad90f076f
commit 4fb2645db1
38 changed files with 94 additions and 93 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ services:
args:
NEXT_PUBLIC_APP_URL: ${NEXT_PUBLIC_APP_URL}
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY: ${NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY}
image: podcastyes:latest
image: podcast-distribution-ai:latest
# Apply pending migrations on boot, then serve.
command: sh -c "npx prisma migrate deploy && npm run start"
restart: unless-stopped
@@ -22,7 +22,7 @@ services:
# Dokploy attaches the Traefik router (domain + SSL) to this service on port 3000.
worker:
image: podcastyes:latest
image: podcast-distribution-ai:latest
command: npx tsx worker/index.ts
restart: unless-stopped
environment: