Update production docker-compose with Gitea registry images
Build and Push Multi-Platform Images / build-and-push (push) Failing after 1m42s
Build and Push Multi-Platform Images / build-and-push (push) Failing after 1m42s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user