Skip to content

Commit

Permalink
Merge pull request #661 from skalenetwork/beta
Browse files Browse the repository at this point in the history
3.1
  • Loading branch information
badrogger authored Nov 12, 2024
2 parents 1eb9b17 + b8834cb commit 7217245
Show file tree
Hide file tree
Showing 6 changed files with 1,387 additions and 129 deletions.
2 changes: 1 addition & 1 deletion containers.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schain": {
"name": "skalenetwork/schain",
"version": "3.19.3",
"version": "3.20.0",
"custom_args": {
"ulimits_list": [
{
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
skale-sync-admin:
<<: *skale_base
container_name: skale_sync_admin
image: skalenetwork/admin:2.7.2
image: skalenetwork/admin:2.8.0
network_mode: host
tty: true
cap_add:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
skale-admin:
<<: *skale_base
container_name: skale_admin
image: skalenetwork/admin:2.7.2
image: skalenetwork/admin:2.8.0
cpu_shares: 192
network_mode: host
tty: true
Expand Down Expand Up @@ -70,7 +70,7 @@ services:
skale-api:
<<: *skale_base
container_name: skale_api
image: skalenetwork/admin:2.7.2
image: skalenetwork/admin:2.8.0
network_mode: host
tty: true
cap_add:
Expand Down Expand Up @@ -103,7 +103,7 @@ services:
celery:
<<: *skale_base
container_name: celery
image: skalenetwork/admin:2.7.2
image: skalenetwork/admin:2.8.0
network_mode: host
tty: true
environment:
Expand Down
Loading

0 comments on commit 7217245

Please sign in to comment.