Skip to content

Commit

Permalink
use use ghcr.io in docker-compose file (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
sameh-farouk authored May 22, 2024
1 parent 5fa4bfb commit 567b0ae
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 @@ -14,7 +14,7 @@ services:
POSTGRES_DB: ${DB_NAME}

processor:
image: processor:latest
image: ghcr.io/threefoldtech/tfchain_graphql_processor:latest
restart: unless-stopped
build:
dockerfile: Dockerfile
Expand All @@ -32,7 +32,7 @@ services:
command: ["yarn", "process"]

query-node:
image: query-node:latest
image: ghcr.io/threefoldtech/tfchain_graphql_query-node:latest
restart: unless-stopped
build:
dockerfile: Dockerfile
Expand Down

0 comments on commit 567b0ae

Please sign in to comment.