fix: lock compose project name to 'drsousan', fix mirrors typo in image ref
CI/CD / CI · dotnet build (push) Successful in 3m21s
CI/CD / Deploy · drsousan (push) Failing after 2s

Prevents runner workspace directory name from being used as project name,
which caused Meezi containers to be treated as orphans and stopped on deploy.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
soroush.asadi
2026-05-31 23:41:20 +03:30
parent 8fa3131344
commit f034f70ae3
+3 -1
View File
@@ -1,8 +1,10 @@
name: drsousan # Lock project name — prevents runner workspace from overriding it
services: services:
# ── .NET API + Razor Pages + Static Files ──────────────────────────────────── # ── .NET API + Razor Pages + Static Files ────────────────────────────────────
api: api:
image: mirrors.soroushasadi.com/drsousan/api:${API_TAG:-latest} image: mirror.soroushasadi.com/drsousan/api:${API_TAG:-latest}
build: build:
context: ./DrSousan.Api context: ./DrSousan.Api
dockerfile: Dockerfile dockerfile: Dockerfile