export type DockerComposeServiceConfig = { image: string; container_name: string; restart: string; ports: string[]; environment?: Record; volumes?: string[]; networks?: string[]; }