Skip to content

Commit

Permalink
Please work-4
Browse files Browse the repository at this point in the history
  • Loading branch information
Fly-Style committed Nov 26, 2024
1 parent 8dfca70 commit 3720235
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compose-fastnear-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
cache-to: type=gha,mode=max,scope=operator

- name: Build and start Docker Compose services
run: docker-compose -f ./docker-compose-fastnear.yml up --build -d
run: docker-compose -f ./docker-compose-fastnear.yml up --build -d --wait --wait-timeout 180

- name: Wait for a 3 minutes
run: sleep 180
- name: Wait for a minute
run: sleep 60

- name: List running containers
run: |
Expand All @@ -87,7 +87,7 @@ jobs:
"nffl-operator0"
"rollup1-relayer"
"rollup0-relayer"
"nffl-fast-indexer"
"nffl-indexer"
"nffl-aggregator"
"nffl_aggregator-health_1"
"mainnet-anvil"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ docker-build-plugin:
docker build -t nffl-operator-plugin -f ./plugin/cmd/Dockerfile .
docker-build-images: docker-build-indexer docker-build-relayer docker-build-aggregator docker-build-operator docker-build-plugin ## builds and publishes indexer, operator and aggregator docker images
docker-start-everything: docker-build-images ## starts aggregator and operator docker containers
docker compose --profile default-indexer up
docker compose up

__CLI__: ##

Expand Down
2 changes: 1 addition & 1 deletion docker-compose-fastnear.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ services:
container_name: nffl-near-da-deploy
depends_on:
indexer:
condition: service_healthy
condition: service_started
volumes:
- ./:/nffl/
- near_cli_data:/near-cli
Expand Down

0 comments on commit 3720235

Please sign in to comment.