fix: update image name in build-deploy workflow and remove obsolete build-publish workflow
All checks were successful
Build and Push Quartz Wiki / build-and-push (push) Successful in 45s

This commit is contained in:
vorpax
2026-01-05 23:33:06 +01:00
parent 303645f3a5
commit b511dfa07a
3 changed files with 1 additions and 35 deletions

19
compose.yaml Normal file
View File

@@ -0,0 +1,19 @@
services:
quartz:
# Option 1: Pull from Gitea Container Registry (recommended for production)
image: gitea.vorpax.dev/vorpax/quartz-wiki:latest
# Option 2: Build locally (uncomment for local development)
# build:
# context: .
# dockerfile: Dockerfile.prod
container_name: quartz-wiki
restart: unless-stopped
networks:
- public
networks:
public:
external: true