chore: hardcode registry URL and clean up readme
Some checks failed
Build and Deploy / build-and-push (push) Failing after 38s

docker-compose no longer needs REGISTRY_URL env var.
README now uses the actual registry host throughout.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-04 01:13:16 -04:00
parent a2b59b2f8d
commit 12af38c5f6
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
services:
web:
image: ${REGISTRY_URL:-gitea.thewrightserver.net}/josh/sixflagssupercalendar:latest
image: gitea.thewrightserver.net/josh/sixflagssupercalendar:latest
build:
context: .
dockerfile: Dockerfile