SaaS Imobiliária
Find a file
MatheusAlves96 d99978cd7a
All checks were successful
CI/CD → Deploy via SSH / Build & Push Docker Images (push) Successful in 38s
CI/CD → Deploy via SSH / Deploy via SSH (push) Successful in 3m12s
CI/CD → Deploy via SSH / Validate HTTPS & Endpoints (push) Successful in 1m8s
fix(backend): never run seed.py in production
entrypoint.sh now requires RUN_SEED=true to execute the seed script.
Without it, only 'flask db upgrade heads' runs on container start.

docker-compose.yml (dev) sets RUN_SEED=true and RUN_CSV_IMPORT=true
so local development behaviour is unchanged.

Production (docker-compose.prod.yml) does not set these variables,
so the database is no longer wiped on every deploy.
2026-04-23 00:03:56 -03:00
.forgejo/workflows fix(ci): add retry loop to health check, increase wait times 2026-04-22 23:57:20 -03:00
.github chore: seed sample video data, add spec 033 and update instructions 2026-04-22 23:57:50 -03:00
.specify chore: seed sample video data, add spec 033 and update instructions 2026-04-22 23:57:50 -03:00
.vscode feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00
backend fix(backend): never run seed.py in production 2026-04-23 00:03:56 -03:00
frontend feat(frontend): video presentation on property detail page 2026-04-22 23:57:45 -03:00
scripts chore: add full validation script 2026-04-21 00:24:53 -03:00
specs chore: seed sample video data, add spec 033 and update instructions 2026-04-22 23:57:50 -03:00
.env.example feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00
.gitignore feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00
DESIGN.md feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00
docker-compose.prod.yml fix: use volumes bind-mount syntax for swarm - mounts key not supported in deploy block 2026-04-21 02:14:19 -03:00
docker-compose.yml fix(backend): never run seed.py in production 2026-04-23 00:03:56 -03:00
start.ps1 feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00