Rebrand PodcastYes -> Podcast Distribution AI (podcastdistributionai.com)
This commit is contained in:
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user