RosterHash/compose.yaml
efigueroa 8aa400eef6 Rebrand app to GameTime and add league info to game cards
- Rename app from FantasyCron to GameTime across all templates and code
- Update league color palette to 6 visually distinct colors (navy, gold, purple, pink, turquoise, plum)
- Add subtle league footer to game cards showing which leagues have players with player counts
- Bump version to 1.0.0
- Update Docker compose service name to match rebrand

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-07 07:58:45 -07:00

7 lines
110 B
YAML

services:
gametime:
image: gametime:latest
ports:
- "5000:5000"
restart: unless-stopped