project setup for docker development - mount config and dependencies locally

This commit is contained in:
Milos Stojanovic
2024-04-19 09:58:16 +02:00
parent 19228a652d
commit 44df0dcf61
4 changed files with 14 additions and 10 deletions

View File

@@ -11,10 +11,7 @@ docker compose -f docker-compose-dev.yml up
```
Once everything is ready visit: [http://localhost:8080](http://localhost:8080) and login as admin/admin123, Ctrl+c to stop.
If you're tweaking dependencies then you must rebuild with:
```
docker compose -f docker-compose-dev.yml up --build
```
See `docker-compose-dev.yml` for more informations about configurations and dependencies.
## Project setup for development (Linux)