Commit Graph

5 Commits

Author SHA1 Message Date
Jp
f1b94d9ac7 chore(docker): remove container_name and network, add healthcheck
Some checks failed
Build and Push Docker Image (Gitea) / build-and-push (push) Has been cancelled
- Remove explicit container_name to allow Docker Compose to generate unique names
- Remove custom network configuration as default network is sufficient
- Add curl installation and healthcheck to Dockerfile for better container monitoring
2026-01-30 22:48:50 +08:00
Jp
1dcb871114 fix(docker): correct port mapping and improve container startup
Some checks failed
Build and Push Docker Image (Gitea) / build-and-push (push) Has been cancelled
- Fix port mapping from 5001:5001 to 5001:5000 to match internal application port
- Add entrypoint script for proper database initialization and seeding
- Set PORT environment variable to 5000 for consistency
- Update Dockerfile to use entrypoint script with proper line ending handling
2026-01-30 22:24:17 +08:00
Jp
8aebad30c9 Update Gitea registry URL to git.jpaleviado.site
Some checks failed
Build and Push Docker Image (Gitea) / build-and-push (push) Has been cancelled
2026-01-30 15:48:21 +08:00
Jp
4f58622b22 ci: add Docker CI workflows and switch to pre-built image
Some checks failed
Build and Push Docker Image (Gitea) / build-and-push (push) Has been cancelled
- Add GitHub Actions workflow to build and push Docker image to GitHub Container Registry
- Add Gitea workflow for building and pushing Docker image to private registry
- Update docker-compose.yml to use pre-built image instead of local build
2026-01-30 15:38:11 +08:00
Jp
656a510c73 first commit 2026-01-30 15:03:43 +08:00