refactor: add is cloud to fn

This commit is contained in:
Mauricio Siu
2024-12-21 13:19:30 -06:00
parent e42e9bec17
commit 59c0636fb0
2 changed files with 14 additions and 5 deletions

View File

@@ -16,11 +16,11 @@ interface TraefikOptions {
enableDashboard?: boolean;
env?: string[];
serverId?: string;
additionalPorts?: Array<{
additionalPorts?: {
targetPort: number;
publishedPort: number;
publishMode?: "ingress" | "host";
}>;
}[];
}
export const initializeTraefik = async ({