Skip to content

Commit

Permalink
build: increase number of providers from 12 to 24
Browse files Browse the repository at this point in the history
  • Loading branch information
grisha87 committed Jul 16, 2024
1 parent 11408b9 commit 6787614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
image: provider:latest
restart: always
deploy:
replicas: 6
replicas: 12
volumes:
- /etc/localtime:/etc/localtime:ro
- /root/.local/share/yagna/
Expand All @@ -30,7 +30,7 @@ services:
image: provider:latest
restart: always
deploy:
replicas: 6
replicas: 12
volumes:
- /etc/localtime:/etc/localtime:ro
- /root/.local/share/yagna/
Expand Down

0 comments on commit 6787614

Please sign in to comment.