Initial import
This commit is contained in:
17
infra/compose/README.md
Normal file
17
infra/compose/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# infra/compose
|
||||
|
||||
Deployment templates for the chosen single-VPS Docker Compose target.
|
||||
|
||||
## Services
|
||||
- `migrate`
|
||||
- `web`
|
||||
- `worker`
|
||||
- `bot`
|
||||
- `postgres`
|
||||
- `caddy`
|
||||
- optional `minio`
|
||||
|
||||
## Current state
|
||||
- Runtime images now build the PNPM workspace in-container.
|
||||
- Database bootstrap now runs as a one-shot `migrate` service before app startup.
|
||||
- The next schema changes should be added as versioned Prisma migrations.
|
||||
Reference in New Issue
Block a user