Hardcode registry image in docker-compose
Build and Push / build (push) Successful in 3m44s

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-04-19 10:04:48 -04:00
parent 3eeac0fe10
commit 03dcd606f8
+1 -1
View File
@@ -1,6 +1,6 @@
services:
oversnitch:
image: ${REGISTRY_URL:?set REGISTRY_URL to your Gitea host, e.g. gitea.example.com}/${IMAGE_REPO:-josh/oversnitch}:${IMAGE_TAG:-latest}
image: gitea.thewrightserver.net/josh/oversnitch:latest
container_name: oversnitch
restart: unless-stopped
ports: