Skip to content

Commit

Permalink
fix: updated image names
Browse files Browse the repository at this point in the history
  • Loading branch information
vomaksh committed Aug 3, 2024
1 parent 8fbc813 commit 70608b9
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
@@ -1,8 +1,8 @@
services:
listener:
image: ghcr.io/ginruh/hckernews/listener:latest
image: ghcr.io/vomaksh/hckernews/listener:latest

top_stories:
image: ghcr.io/ginruh/hckernews/top_stories:latest
image: ghcr.io/vomaksh/hckernews/top_stories:latest
depends_on:
- listener

0 comments on commit 70608b9

Please sign in to comment.