Skip to content

Commit

Permalink
fixed naming in dockercompose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Saetch committed Jun 27, 2024
1 parent 360dd9f commit 8e94dba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cluster/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
replicas: 1 ## this is needed as of now. Do not change this or the values will be distributed unevenly. The coordinator is yet to be made replicatable
restart: "no"
depends_on:
- hasher_service
- hasher-service
nodecs:
image: ghcr.io/saetch/deightma_nodecs:latest
build:
Expand All @@ -53,7 +53,7 @@ services:
replicas: 7
depends_on:
- coordinator
- hasher_service
- hasher-service
hasher-service:
image: ghcr.io/saetch/hasher_service:latest
ports:
Expand Down Expand Up @@ -82,8 +82,8 @@ services:
- coordinator
- nodecs
- master
- hasher_service
- bicubic_interpolation_service
- hasher-service
- bicubic
networks:
distr-network:
driver: bridge

0 comments on commit 8e94dba

Please sign in to comment.