Skip to content

Commit

Permalink
feat: update Docker Compose configuration
Browse files Browse the repository at this point in the history
Update the Docker Compose configuration to use a specific image tag for the `flux-replicate-gui` service. This ensures the application is deployed with a consistent and versioned Docker image.
  • Loading branch information
rtuszik committed Aug 23, 2024
1 parent ed55012 commit 767bad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

services:
flux-replicate-gui:
image: ghcr.io/rtuszik:
image: ghcr.io/rtuszik/flux-dev-lora-python:main
container_name: flux-replicate-gui
environment:
- REPLICATE_API_TOKEN=${REPLICATE_API_TOKEN}
Expand Down

0 comments on commit 767bad7

Please sign in to comment.