Skip to content

Commit 567b0ae

Browse files
authored
use use ghcr.io in docker-compose file (#174)
1 parent 5fa4bfb commit 567b0ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
POSTGRES_DB: ${DB_NAME}
1515

1616
processor:
17-
image: processor:latest
17+
image: ghcr.io/threefoldtech/tfchain_graphql_processor:latest
1818
restart: unless-stopped
1919
build:
2020
dockerfile: Dockerfile
@@ -32,7 +32,7 @@ services:
3232
command: ["yarn", "process"]
3333

3434
query-node:
35-
image: query-node:latest
35+
image: ghcr.io/threefoldtech/tfchain_graphql_query-node:latest
3636
restart: unless-stopped
3737
build:
3838
dockerfile: Dockerfile

0 commit comments

Comments
 (0)