ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

Feature request: docker-compose support

Open LEv145 opened this issue 1 year ago • 5 comments

Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services. Then, with a single command, you create and start all the services from your configuration. Features:

  • Easy and Faster Configuration
  • Increase productivity
  • Application Isolation
  • Swarm
  • Routing Mesh
  • Services
  • Security Management

Almost all popular projects have official or unofficial docker support

It would be more convenient for me to install the application in an isolated environment (a program works the same regardless of a system) with one command, without configuring packages, dependencies, etc.

Example: AUTOMATIC1111 docker-compose

LEv145 avatar Mar 20 '23 21:03 LEv145