Add bundled Docker deployment
This commit is contained in:
@@ -46,6 +46,18 @@ mise run frontend
|
||||
If you have activated mise in your shell, the direct commands also work:
|
||||
`backend/mvnw -f backend/pom.xml spring-boot:run` and `cd frontend && npm run dev`.
|
||||
|
||||
## Docker (all-in-one app + database)
|
||||
|
||||
Build and run the bundled app container plus PostgreSQL:
|
||||
|
||||
```bash
|
||||
docker compose -f docker-compose.full.yml up --build
|
||||
```
|
||||
|
||||
- App: http://localhost:8080
|
||||
- API: http://localhost:8080/api
|
||||
- Database: postgres://app:app@localhost:5432/app_dev
|
||||
|
||||
## Verify everything
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user