No description
Find a file
lila 2ebf0d0a83 infra: add Docker Compose setup for local development
- Configure PostgreSQL 18 and Valkey 9.1 services
- Create multi-stage Dockerfiles for API and Web apps
- Set up pnpm workspace support in container builds
- Configure hot reload via volume mounts for both services
- Add healthchecks for service orchestration
- Support dev/production stage targets (tsx watch vs compiled)
2026-03-25 18:56:04 +01:00
apps infra: add Docker Compose setup for local development 2026-03-25 18:56:04 +01:00
documentation infra: add Docker Compose setup for local development 2026-03-25 18:56:04 +01:00
packages infra: add Docker Compose setup for local development 2026-03-25 18:56:04 +01:00
.dockerignore infra: add Docker Compose setup for local development 2026-03-25 18:56:04 +01:00
.env.example infra: add Docker Compose setup for local development 2026-03-25 18:56:04 +01:00
.gitignore feat: scaffold vite react app and configure web package 2026-03-21 11:59:52 +01:00
.prettierignore chore: configure root eslint with react and tanstack router rules 2026-03-21 19:32:38 +01:00
.prettierrc chore: configure prettier with ignore rules and format scripts + running format 2026-03-20 18:37:38 +01:00
docker-compose.yml infra: add Docker Compose setup for local development 2026-03-25 18:56:04 +01:00
eslint.config.mjs chore: configure root eslint with react and tanstack router rules 2026-03-21 19:32:38 +01:00
mise.toml infra: add Docker Compose setup for local development 2026-03-25 18:56:04 +01:00
package.json feat(db): configure drizzle orm and postgres connection 2026-03-24 10:59:03 +01:00
pnpm-lock.yaml installing drizzle, confirm working db connection via test script 2026-03-23 09:10:48 +01:00
pnpm-workspace.yaml formatting 2026-03-21 19:33:07 +01:00
README.md initial commit 2026-03-20 08:57:09 +01:00
tsconfig.base.json formatting 2026-03-21 19:33:07 +01:00
tsconfig.json chore: configure prettier with ignore rules and format scripts + running format 2026-03-20 18:37:38 +01:00
vitest.config.ts chore: configure vitest with project-based setup and coverage 2026-03-20 19:25:00 +01:00

glossa