Remove image tags that cause Portainer pull failures
Portainer tries to pull named images from Docker Hub before building. Removing image: tags so it builds directly from Dockerfiles. The CACHEBUST build arg handles cache invalidation. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -16,7 +16,6 @@ version: '3.8'
|
||||
services:
|
||||
# ── Frontend (nginx serving built Vue app) ──────────────────
|
||||
app:
|
||||
image: indeehub-app:v2
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
@@ -44,7 +43,6 @@ services:
|
||||
|
||||
# ── Backend API (NestJS) ────────────────────────────────────
|
||||
api:
|
||||
image: indeehub-api:v3
|
||||
build:
|
||||
context: ./backend
|
||||
dockerfile: Dockerfile
|
||||
@@ -177,7 +175,6 @@ services:
|
||||
|
||||
# ── FFmpeg Transcoding Worker ───────────────────────────────
|
||||
ffmpeg-worker:
|
||||
image: indeehub-ffmpeg:v3
|
||||
build:
|
||||
context: ./backend
|
||||
dockerfile: Dockerfile.ffmpeg
|
||||
|
||||
Reference in New Issue
Block a user