Fix docker-compose to use Gitea registry image; v1.1.41
Publish Container / docker (push) Successful in 15m13s

docker-compose.yml was still pointing to the old GHCR image
(ghcr.io/nmemmert/siteforge:latest) after CI was switched to push
to git.necloud.us/nate/siteforge:latest, so servers were pulling
a stale build that predated the download/header changes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
nmemmert
2026-08-26 13:53:37 -04:00
parent 75c82dc8fc
commit 1097cb425c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
services:
portfolio:
image: ghcr.io/nmemmert/siteforge:latest
image: git.necloud.us/nate/siteforge:latest
pull_policy: always
container_name: siteforge-app
ports:
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "siteforge",
"private": true,
"version": "1.1.40",
"version": "1.1.41",
"type": "module",
"scripts": {
"dev": "vite",