Commit Graph

7 Commits

Author SHA1 Message Date
Gwadaking
25244c308a fix: add SERVER_NAME=:80 for FrankenPHP, remove redundant traefik.docker.network label 2026-04-01 21:59:02 -04:00
Gwadaking
c02b58c3ce fix: remove unused frontend/dist volume, commit built assets 2026-04-01 20:57:28 -04:00
Gwadaking
dc2f5af0fd fix: use shared db-network/redis_global, set container_name rs971_app 2026-04-01 20:41:53 -04:00
Gwadaking
8b7b2cf64f fix: add missing tls=true label for Traefik cert 2026-04-01 20:07:07 -04:00
Gwadaking
813b26ec1d fix: use traefik-public network name 2026-04-01 17:55:38 -04:00
Gwadaking
7ecb71599d fix: move cache:warmup to runtime entrypoint, fix POSTGRES_PASSWORD default
cache:warmup at build time fails because .env.local is not available in the
image (gitignored). Moved to entrypoint.sh which runs after volume mounts.
Also added default value for POSTGRES_PASSWORD in docker-compose.yml.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-01 17:44:05 -04:00
Gwadaking
f685c96ed6 Phase 0 : scaffolding complet
- Structure monorepo (backend Symfony, frontend React/Vite)
- Docker : FrankenPHP + PostgreSQL/PostGIS + Redis + Traefik labels
- Caddyfile, Dockerfile, .env.example, .gitignore
- MapLibre GL JS + react-map-gl installés
- Roadmap mise à jour

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-01 02:23:10 -04:00