Rename runtime images to explicit plex-playlist names
Some checks failed
CICD / Build CICD Image Failure Postmortem (push) Has been cancelled
CICD / Source Checks (push) Has been cancelled
CICD / Dependency Audits (Informational) (push) Has been cancelled
CICD / CICD Tests Complete (push) Has been cancelled
CICD / Build Release Images (push) Has been cancelled
CICD / Build Tester Images (push) Has been cancelled
CICD / Production Images Complete (push) Has been cancelled
CICD / Production Image Failures Postmortem (push) Has been cancelled
CICD / Build and Push CICD Images (push) Has been cancelled
CICD / Source Lanes Failure Postmortem (push) Has been cancelled
CICD / Runtime Black-Box Integration Tests (push) Has been cancelled
CICD / Integration Tests Failure Postmortem (push) Has been cancelled
CICD / End-to-End Tests (push) Has been cancelled
CICD / E2E Tests Failure Postmortem (push) Has been cancelled
CICD / Promote Staging Images To Release (push) Has been cancelled

This commit is contained in:
copilotcoder
2026-07-20 20:44:58 -04:00
parent d865be8b12
commit 5efe0446d5
8 changed files with 30 additions and 30 deletions

View File

@@ -13,7 +13,7 @@ services:
retries: 12
backend:
image: ${DEPLOYABLE_BACKEND_IMAGE:-deployable-backend:local}
image: ${DEPLOYABLE_BACKEND_IMAGE:-plex-playlist-backend:local}
environment:
DATABASE_URL: ${DB_URL:-postgresql://plex_user:plex_password@database:5432/plex_playlist}
ENVIRONMENT: production
@@ -22,7 +22,7 @@ services:
condition: service_healthy
frontend:
image: ${DEPLOYABLE_FRONTEND_IMAGE:-deployable-frontend:local}
image: ${DEPLOYABLE_FRONTEND_IMAGE:-plex-playlist-frontend:local}
depends_on:
backend:
condition: service_started