Skip to content

Commit

Permalink
feat: update docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
589hero committed Dec 25, 2024
1 parent 13ea882 commit 9e425de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ version: '3'

services:
stable-diffusion-v2-inpainting:
image: devainetwork/diffusers-inpainting-worker
build:
context: .
dockerfile: Dockerfile
container_name: stable-diffusion-v2-inpainting-worker
env_file:
- .env
Expand Down

0 comments on commit 9e425de

Please sign in to comment.