fix: clean after mailcow tests

This commit is contained in:
sashagoncharov19
2024-09-17 11:32:48 +00:00
parent 0327334fcd
commit a39a7a276d

View File

@@ -1,6 +1,6 @@
import type { Schema, Template } from "../utils";
export async function generate(schema: Schema): Template {
export function generate(schema: Schema): Template {
const envs = [
"DMS_HOSTNAME=mail.example.com",
"DMS_HEALTHCHECK_CMD='ss --listening --tcp | grep -P 'LISTEN.+:smtp' || exit 1'",