Refactored.
This commit is contained in:
parent
f4a49ad4b9
commit
9dad75464b
37 changed files with 667 additions and 247 deletions
|
|
@ -212,7 +212,7 @@ curl -X POST http://localhost:8000/api/v1/login \
|
|||
|
||||
**Verify from WordPress container**:
|
||||
```bash
|
||||
docker exec maple-wordpress-dev curl http://maplepress-backend-dev:8000/health
|
||||
docker exec mapleopentech-wordpress-dev curl http://maplepress-backend-dev:8000/health
|
||||
# Should return: {"status":"healthy"}
|
||||
```
|
||||
|
||||
|
|
@ -322,8 +322,8 @@ task build # Build binary (only for manual operations)
|
|||
task migrate:up # Manual migration (only if needed)
|
||||
|
||||
# View infrastructure logs
|
||||
docker logs maple-cassandra-1-dev # Cassandra logs
|
||||
docker logs maple-redis-dev # Redis logs
|
||||
docker logs mapleopentech-cassandra-1-dev # Cassandra logs
|
||||
docker logs mapleopentech-redis-dev # Redis logs
|
||||
```
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue