Build 3001262204: add gravitee stack

This commit is contained in:
2026-01-30 22:07:03 +13:00
parent 138069590b
commit 05d5d908cf
6 changed files with 160 additions and 3 deletions

View File

@@ -45,6 +45,18 @@ Then open:
3) Log in at http://localhost:3000.
4) Visit Settings to confirm service health.
### Gravitee APIM (optional)
If you want API management in front of Magent, you can run the Gravitee stack alongside
the main container:
```bash
docker compose -f docker-compose.yml -f docker-compose.gravitee.yml up -d
```
Then open the Management UI at http://localhost:8084 and create a new API that points to
`http://magent:8000`. The Gravitee gateway will be available at http://localhost:8082.
### Docker environment variables (sample)
```bash