first commit
CI/CD / CI · Admin API (dotnet build) (push) Successful in 41s
CI/CD / CI · Admin Web (tsc) (push) Failing after 5s
CI/CD / CI · Website (tsc) (push) Failing after 4s
CI/CD / CI · Koja (tsc) (push) Failing after 5s
CI/CD / CI · API (dotnet build + test) (push) Successful in 1m13s
CI/CD / CI · Dashboard (tsc) (push) Failing after 2m32s
CI/CD / Deploy · all services (push) Has been skipped
CI/CD / CI · Admin API (dotnet build) (push) Successful in 41s
CI/CD / CI · Admin Web (tsc) (push) Failing after 5s
CI/CD / CI · Website (tsc) (push) Failing after 4s
CI/CD / CI · Koja (tsc) (push) Failing after 5s
CI/CD / CI · API (dotnet build + test) (push) Successful in 1m13s
CI/CD / CI · Dashboard (tsc) (push) Failing after 2m32s
CI/CD / Deploy · all services (push) Has been skipped
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
Server: 171.22.25.73
|
||||
│
|
||||
├── Gitea :3000 ← source control + CI runner
|
||||
├── Nexus :8081 ← package mirror (NuGet, npm, Docker)
|
||||
├── Nexus mirror.soroushasadi.com ← package mirror (NuGet, npm, Docker, MCR)
|
||||
│
|
||||
├── meezi-api :5080 ← .NET main API
|
||||
├── meezi-admin-api:5081 ← .NET admin API
|
||||
@@ -128,7 +128,7 @@ CI takes ~5–10 minutes: builds 6 Docker images, runs all checks, then deploys.
|
||||
| Main API (Swagger) | http://171.22.25.73:5080/swagger |
|
||||
| Admin API (Swagger) | http://171.22.25.73:5081/swagger |
|
||||
| Gitea | http://171.22.25.73:3000 |
|
||||
| Nexus | http://171.22.25.73:8081 |
|
||||
| Nexus | https://mirror.soroushasadi.com/ |
|
||||
|
||||
---
|
||||
|
||||
@@ -255,8 +255,8 @@ Nexus runs separately and should always be running:
|
||||
# Start (first time or after server reboot)
|
||||
docker compose -f docker-compose.mirror.yml up -d
|
||||
|
||||
# Health check
|
||||
curl -s http://localhost:8081/service/rest/v1/status
|
||||
# Health check (on server or via domain)
|
||||
curl -s https://mirror.soroushasadi.com/service/rest/v1/status
|
||||
```
|
||||
|
||||
Provisioned repos:
|
||||
|
||||
Reference in New Issue
Block a user