mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
fix: keep the start_services_dev script alive for docker (#178)
* fix: keep the start_services_dev script alive for docker * fix: setup doc
This commit is contained in:
parent
c58735f5d3
commit
21b32c1d0d
2 changed files with 4 additions and 3 deletions
|
|
@ -63,9 +63,7 @@ bash scripts/start_services_dev.sh
|
|||
```
|
||||
Verify that your backend server is running
|
||||
```
|
||||
(venv)abhishek$ curl -X GET localhost:8000/api/v1/health
|
||||
{"message":"OK"}
|
||||
(venv)abhishek$
|
||||
curl -X GET localhost:8000/api/v1/health
|
||||
```
|
||||
You would be able to see the logs in logs/ directory.
|
||||
```
|
||||
|
|
|
|||
|
|
@ -217,3 +217,6 @@ echo "Logs: tail -f $LOG_DIR/*.log"
|
|||
echo "Rotated logs: ls $LOG_DIR/*.log.*"
|
||||
echo "To stop: ./scripts/stop_services.sh"
|
||||
echo "──────────────────────────────────────────────────"
|
||||
|
||||
# Keep the script alive (required for Docker - PID 1 must not exit)
|
||||
wait
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue