Commit Graph

3 Commits

Author SHA1 Message Date
Matt 9c3abc1956 chore: add deploy script and align dev compose with prod
Build and Push Docker Image / test (push) Successful in 44s Details
Build and Push Docker Image / build (push) Successful in 58s Details
- Add deploy.sh for automated registry login and deployment
- Update docker-compose-dev.yml to use same port binding as prod (127.0.0.1:8100)
- Add restart: unless-stopped to dev compose

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-08 21:20:36 +01:00
Matt 34cce1851b chore: add ADMIN_API_KEY to docker-compose files
- Production: reads from environment variable
- Dev: hardcoded dev key for local testing

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-07 11:24:46 +01:00
Matt 124a91af5a refactor: reorganize Docker Compose for dev/prod separation
- docker-compose.yml: production config (localhost binding, no reload)
- docker-compose-dev.yml: development config (hot reload, debug mode)
- Remove docker-compose-production.yml (consolidated into main file)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 14:08:44 +01:00