Use custom Dockerfile.node with @pezkuwi API aliases instead of generic subql-node

This commit is contained in:
2026-02-14 04:15:57 +03:00
parent dd2c3c7d1b
commit 43e4a5d939
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -15,5 +15,5 @@ jobs:
script: |
cd /opt/subquery
git pull origin main
docker compose -f docker-compose.prod.yml pull
docker compose -f docker-compose.prod.yml build --pull
docker compose -f docker-compose.prod.yml up -d
+6 -2
View File
@@ -19,7 +19,9 @@ services:
subquery-node-relay:
container_name: node-pezkuwi-relay
image: onfinality/subql-node:latest
build:
context: .
dockerfile: docker/Dockerfile.node
depends_on:
postgres: { condition: service_healthy }
restart: always
@@ -39,7 +41,9 @@ services:
subquery-node-assethub:
container_name: node-pezkuwi-assethub
image: onfinality/subql-node:latest
build:
context: .
dockerfile: docker/Dockerfile.node
depends_on:
postgres: { condition: service_healthy }
restart: always