docker compose build
docker compose up
This will expose the services at different ports as follows:
Service | Port |
---|---|
csharp |
8081 |
go |
8082 |
python |
8083 |
C++ | C# | Go | Python | Rust | |
---|---|---|---|---|---|
Hello API | β | β | β | β | β |
Open API & Swagger UI | β | β | β | β | β |
Dev container | β | β | β | β | β |
Dependency management | β | β | β | β | β |
Configuration | β | β | β | β | β |
Structured logging | β | β | β | β | β |
Docker container | β | β | β | β | β |
Helm chart | β | β | β | β | β |
CI pipelines | β | β | β | β | β |
Health checks | β | β | β | β | β |
For more information, refer to the spec.