Commit graph

17 commits

Author SHA1 Message Date
Rede5
4e2c6a5726 fix: use Docker Hub instead of gcr mirror 2026-02-14 17:14:31 +00:00
Marcus
99b787056a ajustes novos 2026-01-31 15:44:44 -03:00
Marcus
f5d58d0c91 ajustes novos 2026-01-31 15:40:54 -03:00
bohessefm
911b3325b4 Update backend/Dockerfile 2026-01-30 23:16:39 +00:00
Marcus Bohessef
5b9d36d760 ajuste no drone 2026-01-06 23:59:29 -03:00
Marcus Bohessef
2eeb7e39d2 ajuste no drone 2026-01-06 23:55:36 -03:00
Marcus Bohessef
4bfe040428 ajuste no drone 2026-01-06 23:53:41 -03:00
Marcus Bohessef
ab8dd72f5b ajuste no drone 2026-01-06 23:52:32 -03:00
Marcus Bohessef
bf71db8b53 ajuste no drone 2026-01-06 23:51:24 -03:00
Marcus Bohessef
afd612dc80 ajuste no drone 2026-01-06 23:47:38 -03:00
Marcus Bohessef
fdfbc93a36 ajuste no drone 2026-01-06 20:32:48 -03:00
Marcus Bohessef
e4f2caf219 ajuste no drone 2026-01-06 20:30:56 -03:00
Tiago Yamamoto
d894012af6 perf(docker): ultra-optimize backend build
- Use scratch base image (< 20MB final vs ~50MB alpine)
- Add BuildKit cache for go modules and build cache
- Selective COPY (cmd, internal, migrations, docs) instead of COPY . .
- Remove HEALTHCHECK (not supported by Podman OCI)
- Update .gitignore with more binary patterns
- Optimize .dockerignore to exclude tests and binaries
2025-12-28 12:05:12 -03:00
Tiago Yamamoto
7b5752f71f chore(docker): setup google mirror for base images 2025-12-24 17:46:57 -03:00
Tiago Yamamoto
be35be0c10 fix(docker): align Dockerfile port with .env configuration (8521)
- Updated EXPOSE from 8080 to 8521
- Updated HEALTHCHECK to check port 8521
- Updated default ENV PORT from 8080 to 8521

This fixes the deployment health check issue where the container
was expecting port 8080 but the app was configured to run on 8521.
2025-12-13 18:23:48 -03:00
Tiago Yamamoto
7934afcf0d docs: complete project documentation overhaul
- Add comprehensive root README with badges, architecture diagram, and setup guide
- Update backend README with security middlewares and endpoint documentation
- Update frontend README with design system and page structure
- Update seeder-api README with generated data and credentials
- Add internal module READMEs (middleware, handlers, components)
- Document Clean Architecture layers and request flow
- Add environment variables reference table
2025-12-09 19:36:36 -03:00
Tiago Yamamoto
1c7ef95c1a first commit 2025-12-09 19:04:48 -03:00