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:
# ─── Backend (NestJS) ──────────────────────────────────────
backend:
image: gitea.poettker-cloud.de/bjoernpoettker/paperlessmanager-backend:latest
build: ./paperless-backend
container_name: paperless-backend
restart: unless-stopped
@@ -43,6 +44,7 @@ services:
# ─── Frontend (React + nginx) ──────────────────────────────
frontend:
image: gitea.poettker-cloud.de/bjoernpoettker/paperlessmanager-frontend:latest
build:
context: ./paperless-frontend
container_name: paperless-frontend