composer_local_dev/environment.py [727:736]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            container = self.create_container(
                image=self.image_tag,
                name=self.container_name,
                entrypoint=entrypoint,
                environment=env_vars,
                mounts=mounts,
                ports=ports,
                mem_limit=memory_limit,
                detach=True,
            )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



composer_local_dev/environment.py [743:752]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            container = self.create_container(
                image=self.image_tag,
                name=self.container_name,
                entrypoint=entrypoint,
                environment=env_vars,
                mounts=mounts,
                ports=ports,
                mem_limit=memory_limit,
                detach=True,
            )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



