(dimail) remove ci-time dependency on dimail to improve CI times

The Gitlab instance hosting dimail images has become unstable
resulting in excessive CI failures, and we don't actually depend
on dimail for CI.
This commit is contained in:
Laurent Bossavit
2025-03-25 16:06:56 +01:00
committed by Marie
parent 339831f090
commit 81030004e9

View File

@@ -36,7 +36,6 @@ services:
- ./data/media:/data/media
- ./data/static:/data/static
depends_on:
- dimail
- postgresql
- maildev
- redis