Skip to content

Commit

Permalink
revert docker image names used in local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaamani committed Aug 24, 2024
1 parent 5e88241 commit ae4e1a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ services:
"
indexer:
image: hydra-indexer
image: joystream/hydra-indexer:v5.0.0-alpha.8
container_name: indexer
restart: unless-stopped
env_file:
Expand All @@ -277,7 +277,7 @@ services:
sh -c "yarn db:bootstrap && yarn start:prod"
hydra-indexer-gateway:
image: hydra-indexer-gateway
image: joystream/hydra-indexer-gateway:5.0.0-alpha.8
container_name: hydra-indexer-gateway
restart: unless-stopped
env_file:
Expand Down

0 comments on commit ae4e1a6

Please sign in to comment.