Revert "Push server image to local registry instead of git.thumeit.com"

This reverts commit 8ae09f238b.
This commit is contained in:
2026-07-23 17:17:46 -04:00
parent 49794b4973
commit afbe9db409
3 changed files with 10 additions and 26 deletions
+1 -6
View File
@@ -1,11 +1,6 @@
services:
espresso-frame-server:
# Pushed to a LAN-local registry, not git.thumeit.com -- see
# .gitea/workflows/server-docker-build.yml's comment (Cloudflare's
# payload-size limit in front of that host started rejecting pushes
# once whiteboard mode's Node/native-binding layers made the image
# much bigger).
image: 10.0.0.246:3000/tfaour/espresso-frame-server:latest
image: git.thumeit.com/tfaour/espresso-frame-server:latest
build: .
ports:
- "8420:8420"