Update production docker-compose with Gitea registry images
Build and Push Multi-Platform Images / build-and-push (push) Failing after 1m42s

This commit is contained in:
2026-05-04 08:27:59 +02:00
parent 9b953b1846
commit 33eb9eeb33
+2
View File
@@ -1,6 +1,7 @@
services: services:
# ─── Backend (NestJS) ────────────────────────────────────── # ─── Backend (NestJS) ──────────────────────────────────────
backend: backend:
image: gitea.poettker-cloud.de/bjoernpoettker/paperlessmanager-backend:latest
build: ./paperless-backend build: ./paperless-backend
container_name: paperless-backend container_name: paperless-backend
restart: unless-stopped restart: unless-stopped
@@ -43,6 +44,7 @@ services:
# ─── Frontend (React + nginx) ────────────────────────────── # ─── Frontend (React + nginx) ──────────────────────────────
frontend: frontend:
image: gitea.poettker-cloud.de/bjoernpoettker/paperlessmanager-frontend:latest
build: build:
context: ./paperless-frontend context: ./paperless-frontend
container_name: paperless-frontend container_name: paperless-frontend