rename project from SixFlagsSuperCalendar to Thoosie Calendar
Build and Deploy / Build & Push (push) Successful in 1m39s

Update package names, Docker image tags, CI/CD workflow, and
documentation to reflect the public brand name. References to
the actual Six Flags theme park chain/API are intentionally kept.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-24 10:06:17 -04:00
parent f610883dea
commit 8027bfc5cf
9 changed files with 22 additions and 22 deletions
+6 -6
View File
@@ -46,18 +46,18 @@ The project uses a single `Dockerfile` with four stages producing two final imag
### Image Tags
```
{registry}/{owner}/sixflagssupercalendar:web
{registry}/{owner}/sixflagssupercalendar:backend
{registry}/{owner}/thoosiecalendar:web
{registry}/{owner}/thoosiecalendar:backend
```
### Building Locally
```bash
# Build web image
docker build --target web -t sixflagssupercalendar:web .
docker build --target web -t thoosiecalendar:web .
# Build backend image
docker build --target backend -t sixflagssupercalendar:backend .
docker build --target backend -t thoosiecalendar:backend .
```
---
@@ -69,7 +69,7 @@ The production `docker-compose.yml`:
```yaml
services:
web:
image: gitea.thewrightserver.net/josh/sixflagssupercalendar:web
image: gitea.thewrightserver.net/josh/thoosiecalendar:web
ports:
- "3000:3000"
environment:
@@ -79,7 +79,7 @@ services:
restart: unless-stopped
backend:
image: gitea.thewrightserver.net/josh/sixflagssupercalendar:backend
image: gitea.thewrightserver.net/josh/thoosiecalendar:backend
ports:
- "3001:3001"
volumes: