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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user