1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-16 18:23:16 +00:00

Add local compose file for non-pro mode

This commit is contained in:
2025-07-04 09:05:42 +02:00
parent e4abd1e056
commit 4412cab394
2 changed files with 25 additions and 0 deletions
+8
View File
@@ -100,6 +100,14 @@ make backend-image frontend-image
docker compose up
```
For a lightweight setup without PostgreSQL run:
```bash
docker compose -f docker-compose.local.yml up
```
This starts just the frontend and backend with `VITE_GO_PRO=false`.
The compose file builds the frontend with `VITE_BACKEND_URL=http://backend:8000`
so it talks to the backend container.