File tree Expand file tree Collapse file tree 4 files changed +17
-2
lines changed
packages/cardano-services Expand file tree Collapse file tree 4 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1+ # Overrides for AArch64 processors, until we get official images:
2+
3+ services :
4+ cardano-db-sync :
5+ image : ghcr.io/input-output-hk/ogmios-tracker/cardano-db-sync:${CARDANO_DB_SYNC_VERSION:-13.1.0.0}
6+ cardano-node :
7+ image : ghcr.io/input-output-hk/ogmios-tracker/cardano-node:${CARDANO_NODE_VERSION:-1.35.5}
8+ ogmios :
9+ image : ghcr.io/input-output-hk/ogmios-tracker/ogmios:v${OGMIOS_VERSION:-5.6.0}
10+ cardano-submit-api :
11+ image : ghcr.io/input-output-hk/ogmios-tracker/cardano-submit-api:${CARDANO_NODE_VERSION:-1.35.5}
Original file line number Diff line number Diff line change 1+ aarch64.yml
Original file line number Diff line number Diff line change 1+ # Nothing to override – for x86_64 processors we use the official `amd64` images.
2+
3+ {}
Original file line number Diff line number Diff line change 2929 "cleanup:nm" : " rm -rf node_modules" ,
3030 "cleanup" : " rm -rf dist node_modules" ,
3131 "cli" : " ts-node --transpile-only src/cli.ts" ,
32- "compose:up" : " docker compose --env-file environments/.env.$NETWORK -p cardano-services-$NETWORK -f docker-compose.yml -f ../../compose/common.yml -f ../../compose/pg-agent.yml ${FILES:-} up" ,
33- "compose:down" : " docker compose -p cardano-services-$NETWORK -f docker-compose.yml -f ../../compose/common.yml -f ../../compose/pg-agent.yml down -t 120" ,
32+ "compose:up" : " docker compose --env-file environments/.env.$NETWORK -p cardano-services-$NETWORK -f docker-compose.yml -f ../../compose/common.yml -f ../../compose/pg-agent.yml -f ../../compose/$(uname -m).yml ${FILES:-} up" ,
33+ "compose:down" : " docker compose -p cardano-services-$NETWORK -f docker-compose.yml -f ../../compose/common.yml -f ../../compose/pg-agent.yml -f ../../compose/$(uname -m).yml down -t 120" ,
3434 "coverage" : " yarn test --coverage || true" ,
3535 "circular-deps:check" : " madge --circular dist/cjs" ,
3636 "lint" : " eslint -c ../../complete.eslintrc.js \" src/**/*.ts\" \" test/**/*.ts\" " ,
You can’t perform that action at this time.
0 commit comments