Skip to content

Commit

Permalink
chore: rename image names in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zengzengzenghuy committed Sep 20, 2024
1 parent e43d664 commit 93f96f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ services:
volumes:
- mongo-data:/data/db

relayer:
hashi_relayer:
build:
context: .
dockerfile: packages/relayer/Dockerfile
container_name: relayer
container_name: hashi_relayer
networks:
- mongo-network
depends_on:
- mongodb

executor:
hashi_executor:
build:
context: .
dockerfile: packages/executor/Dockerfile
container_name: executor
container_name: hashi_executor
networks:
- mongo-network
depends_on:
Expand Down

0 comments on commit 93f96f5

Please sign in to comment.