Skip to content

Commit

Permalink
refactor: update Docker image names to follow new naming convention
Browse files Browse the repository at this point in the history
This PR updates the Docker image names in the `docker-compose.yml` file to follow the new naming convention. The changes aim to improve clarity and consistency
  • Loading branch information
maxpower-01 committed Dec 29, 2024
1 parent 9827457 commit ab08f9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
restart: unless-stopped

block-index:
image: namada-masp-block-index
image: namada-masp-indexer/block-index
build:
context: .
dockerfile: block-index/Dockerfile
Expand All @@ -32,7 +32,7 @@ services:
restart: unless-stopped

webserver:
image: namada-masp-webserver
image: namada-masp-indexer/webserver
build:
context: .
dockerfile: webserver/Dockerfile
Expand All @@ -51,6 +51,7 @@ services:
restart: unless-stopped

crawler:
image: namada-masp-indexer/crawler
build:
context: .
dockerfile: chain/Dockerfile
Expand Down

0 comments on commit ab08f9a

Please sign in to comment.