chore: complete rebranding from seanmorley15 to Alex-Wiesner/voyage

Replace all seanmorley15/Voyage repo URLs, ghcr.io/seanmorley15 container
image references, seanmorley.com/sponsor and buymeacoffee links with
the new repo (github.com/Alex-Wiesner/voyage) and new GHCR images
(ghcr.io/alex-wiesner/voyage-*). Attribution to original AdventureLog
author Sean Morley is preserved.
This commit is contained in:
2026-03-06 14:25:16 +00:00
parent c57df72610
commit d32fcb6fed
25 changed files with 52 additions and 78 deletions

View File

@@ -31,7 +31,7 @@ services:
- postgres-data:/var/lib/postgresql/data/
web:
image: ghcr.io/seanmorley15/voyage-frontend:latest
image: ghcr.io/alex-wiesner/voyage-frontend:latest
restart: unless-stopped
environment:
PUBLIC_SERVER_URL: "http://server:8000"
@@ -46,7 +46,7 @@ services:
- server
server:
image: ghcr.io/seanmorley15/voyage-backend:latest
image: ghcr.io/alex-wiesner/voyage-backend:latest
restart: unless-stopped
environment:
PGHOST: "db"