Skip to content

Commit 26f47af

Browse files
committed
format
1 parent 99c1f49 commit 26f47af

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ In production, user accounts are created automatically on first sign-in via [KF
5353
| Styling | Tailwind CSS 4 (@tailwindcss/vite) |
5454
| Build | Vite 6 (client + SSR bundles) |
5555
| Database | PostgreSQL 17 + Drizzle ORM |
56-
| File Storage | S3-compatible (Cloudflare R2 in production) |
56+
| File Storage | S3-compatible (Cloudflare R2 in production) |
5757
| Auth | KF Auth SSO (OIDC) for web sessions + API keys (programmatic) |
5858
| Deployment | Docker Swarm on Hetzner, Caddy reverse proxy, Cloudflare DNS |
5959
| CI/CD | GitHub Actions → GHCR → SSH → `docker stack deploy` |
@@ -154,10 +154,10 @@ Required GitHub secrets: `SSH_PRIVATE_KEY`, `SSH_USER`, `GHCR_USER`, `GHCR_TOKEN
154154

155155
### Docker Compose Files
156156

157-
| File | Purpose |
158-
| -------------------------- | ----------------------------------------------------- |
159-
| `docker-compose.yml` | Deployed stacks (prod & dev via Swarm) |
160-
| `docker-compose.local.yml` | Local development (source-mounted, hot reload) |
157+
| File | Purpose |
158+
| -------------------------- | ---------------------------------------------- |
159+
| `docker-compose.yml` | Deployed stacks (prod & dev via Swarm) |
160+
| `docker-compose.local.yml` | Local development (source-mounted, hot reload) |
161161

162162
## Environment Variables
163163

0 commit comments

Comments
 (0)